The columns in a SELECT should be prefixed with table name
Specify the table name of the columns in a SELECT statement to improve readability and guarantee that the code won't stop working when the table changes.
Specify the table name of the columns in a SELECT statement to improve readability and guarantee that the code won't stop working when the table changes.