What is the difference in this two SQL queries besides the lenght of the code?
SELECT * from tblPerson
SELECT id, name age from tblPerson
NOTE: I am selecting all columns in here, in the second code, that is all the columns of the table, I am not selecting specific locations.