Google News
logo
MySQL - Interview Questions
Can you tell the order of SQL SELECT statement?
The order of SQL SELECT statement is as follows:
 
SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY.

Advertisement