What is the order in which the SQL query is executed? list
them in order.
Answer Posted / selvam
FROM
ON
JOIN
WHERE
GROUP BY
HAVING
SELECT
DISTINCT
ORDER BY
TOP
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to use clusters?
What is the difference between stored procedure and user defined functions?
Explain important index characteristics?
Define clusters?
What is the Main Difference between ACCESS and SQL SERVER?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
What Are the Main Features of SQL Azure?
How to provide column names in insert statements in ms sql server?
What are different types of database indexes?
Are semicolons required at the end of sql statements in sql server 2005?
What are translations and its use? : sql server analysis services, ssas
Do you know what is lock escalation?
tell me the disaster recovery plan
What is the difference between for trigger and after trigger?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A