Blog Desk       February 9, 2021      215

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

  1. SELECT, WHERE, FROM
  2. FROM, WHERE, SELECT
  3. WHERE, FROM,SELECT
  4. SELECT, FROM, WHERE

The Right Answer is : Option D

Explanation