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 are the pros and cons of putting a scalar function in a queries select list or in the where clause?
How to download and install microsoft sql server management studio express?
Explain about Normalization?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
What is built-in/administrator?
What is the difference between stored procedure and functions?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What is the function of inner join?
How many types of subqueries are there in sql server?
What function does a database engine serve in the sql server?
Is it true, that there is no difference between a rule and a check constraint?
what is the main function of a query parameter?
Describe the functionalities that views support.
What is raid, and how it can influence database performance?
How can we delete a table in sql server?