I\'ve heard that SELECT *
is generally bad practice to use when writing SQL commands because it is more efficient to SELECT
columns you specificall
In terms of execution efficiency I am not aware of any significant difference. But for programmers efficiency I would write the names of the fields because