To define what columns should be displayed in an SQL SELECT statement:
To define what columns should be displayed in an SQL SELECT statement: Correct Answer use FROM to name the source table(s) and list the columns to be shown after SELECT.
To define what columns should be displayed in an SQL SELECT statement: Correct Answer use FROM to name the source table(s) and list the columns to be shown after SELECT.