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 is the sql case statement used for? Explain with an example?
What is difference between views and tables?
What is coalesce and check constraint in sql server?
What is ssrs?
What are logical/boolean operations in ms sql server?
How to Sync Two SQL Azure Databases?
What is exclusive locks?
What is difference between join and natural join?
What are the results of running this script?
Can you name some of the dml commands in sql?
What is reportserver and reportservertempdb ?
What are the various editions of sql server 2017 that are available in the market?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
How to create a stored procedure with a statement block in ms sql server?
Where actually sql azure database is hosted?