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 we add an identity column to decimal datatype?
What happens if you are trying to access a schema not owned by you?
What is difference between after and before?
Explain the flow of creating a cube? : sql server analysis services, ssas
What do you mean by acid?
what are constraints? : Sql server database administration
What are truncate options available in sql server? : sql server database administration
What is the current limitation of the size of SQL Azure DB?
What is difference between clustered index and non clustered index?
Can you explain various data region available in ssrs with their use?
What guidelines should be followed to help minimize deadlocks?
In what version of sql server were synonyms released?
Comment,Datatypes are unlimited
What is the difference between row_number and dense_rank?
Explain triggers in sql?