To define what columns should be displayed in an SQL SELECT statement:

A use FROM to name the source table(s) and list the columns to be shown after SELECT.
B use USING to name the source table(s) and list the columns to be shown after SELECT.
C use SELECT to name the source table(s) and list the columns to be shown after USING.
D use USING to name the source table(s) and list the columns to be shown after WHERE.

Correct Answer: use FROM to name the source table(s) and list the columns to be shown after SELECT.

Related Questions

What SQL command can be used to delete columns from a table?
What SQL command can be used to add columns to a table?
What resistence in ohms should be displayed ehen testing a speaker in a computer?
What resistance in ohms should be displayed when testing a speaker in a computer?

Next steps