Select List
The list of expressions that appears after the SELECT keyword and before the FROM clause is called the select list. The select list is where you specify the columns in the set of records you want
to return from one or more tables or views.