Examveda
Examveda

Which of the following is the correct order of keywords for SQL SELECT statements?

A. SELECT, FROM, WHERE

B. FROM, WHERE, SELECT

C. WHERE, FROM,SELECT

D. SELECT,WHERE,FROM

Answer: Option A


This Question Belongs to Database >> Introduction To SQL

Join The Discussion

Comments ( 1 )

  1. Syeda Afifah
    Syeda Afifah :
    3 years ago

    Which of the following is not a DML?
    (a) Insert
    (b) Update
    (c) Delete
    (d) Truncate

Related Questions on Introduction to SQL

The SQL WHERE clause:

A. limits the column data that are returned.

B. limits the row data are returned.

C. Both A and B are correct.

D. Neither A nor B are correct.