adplus-dvertising
frame-decoration

Question

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.

Posted under SQL DBMS

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

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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