What is the order in which the SQL query is executed? list
them in order.
Answer Posted / ela tiku
At runtime the compiler first takes the table name from
where the data is to be retrieved (FROM <tablename>), then
it checks for the condition (Where <condition>) then it
selects the values to me displayed as o/p
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What the different topologies in which replication can be configured?
Describe in brief sql server monitoring ways.
What are the different SQL Server Versions you have worked on?
What is a view in sql?
What do you mean by subquery?
What is SQL Azure Data sync?
What do you understand by integration services in sql server?
Tell me what are cursors and when they are useful?
Does index speed up select statements?
Do you know spatial data types - geometry and geography in sql server 2008?
What are scalar functions in sql?
Tell me can we use custom code in ssrs?
How do you delete duplicate records in sql server?
Explain different backup plans?
What are sql dirty pages?