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 |
How to install sql server 2005 express edition?
Can you name a few encryption mechanisms in sql server?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
How to defragment indexes with alter index ... Reorganize?
what is the difference between Delete and Truncate command in SQL
What are dml triggers and types of dml triggers?
Why do we use functions?
Explain DBMS, RDBMS?
hi friends please answer this question ASAP:- how to count the no. of employee in a each department or no. of employee in each location by using emp/dept table
what are the main differences between ms access and sqlserver
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
What is wrong with sql server client libarary dll, ntwdblib.dll?