Reading this official documentation:
For columns that are NOT explicitly named in the query, it is best to use column numbers. If column names are used, the programmer should take care to guarantee that they uniquely refer to the intended columns, which can be assured with the SQL AS clause.
What is a column not explicitly named in the query? What do the they mean with that?
Thanks,
Indeed ItIs