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
Can a synonym name of a table be used instead of a table name in a select statement?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
What are a scheduled jobs or what is a scheduled tasks?
What is a covered index?
Explain about analysis services?
Explain alternate key, candidate key and composite key in sql server?
How can we determine what objects a user-defined function depends upon?
What is data source in connection string?
What are audit control procedures?
What is the contrast amongst drop and truncate?
What do you mean by subquery?
Explain the working of sql privileges?
What does it mean to manipulate data?
How to skip remaining statements in a loop block using continue statements?
What do you mean by acid?