Users Also Read
MCQ's Search Engine
Electrical Engineering
Mechanical Engineering
Civil Engineering
Automobile Engineering
Chemical Engineering
Computer Engineering
Electronics Engineering
Medical Science Engg
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. [Correct Answer] |
B. | use USING to name the source table(s) and list the columns to be shown after SELECT. [Wrong Answer] |
C. | use SELECT to name the source table(s) and list the columns to be shown after USING. [Wrong Answer] |
D. | use USING to name the source table(s) and list the columns to be shown after WHERE. [Wrong Answer] |