explain query execution plan
Answer / nikhila reddy
6. select top,ditinct,aggregations
steps to execute a query
1. from table1 joins table2
2. on condition
3. where condition
4. group by condition
5. having condition
7. orderby
these way we write the query,
while executing a query internally itwill puul data from table 1 and placed in temp1 as same table2 into temp2
result in temp3.then it checks where conditon and place in temp4 so on.........
Is This Answer Correct ? | 0 Yes | 2 No |
1.what is stored procedure?Its significance with example? 2.Explain about index with syntax and example? plz do reply.........
Help!!!!!!!!!!!! My database has gone offline, it is highlighted as 'Suspect'. Foolishly, i haven't got a recent back up. Is there a way of quickly restoring the database? Thank you
How to find the version of sql server? : sql server database administration
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
Explain syntax for disabling triggers?
1.Describe way(s) to tune the SQL table in order to optimize performance. 2. Explain SQL Injection and how can you prevent them?
What is the stuff?
What are views used for?
What is exporting utility?
How to change the ownership of a schema in ms sql server?
What are the ways available in sql server to execute sql statements?
whats the maximum size of view state??