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 rebuild the master database?
write an SQL query to list the employees who joined in the month of January?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
Differentiate between a local and a global temporary table?
What is a schema in ms sql server 2005?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
How to deploy the Report?
Explain the first normal form(1nf)?
Mention the differences between local and global temporary tables.
What is constraints and its types?
Please illustrate physical database architecture? : SQL Server Architecture
Can binary strings be converted into numeric or float data types?
Tell me what is the order in which the sql query is executed?
Suggest a method of joining two tables.
Difference between LEN() and DATALENGTH() in sql server ?