Q:

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

belongs to collection: DBMS - SQL MCQ

0

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


  1. use FROM to name the source table(s) and list the columns to be shown after SELECT.
  2. use USING to name the source table(s) and list the columns to be shown after SELECT.
  3. use SELECT to name the source table(s) and list the columns to be shown after USING.
  4. use USING to name the source table(s) and list the columns to be shown after WHERE.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
SQL can be used to:... >>
<< To sort the results of a query use:...