explain query execution plan

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does partitioning ssd reduce performance?

488


Delete duplicate rows without using rowid.

1069


How retrieve field names from the table in SQL through JAVA code?

1397


What are the steps to follow to configure SQL*Net?

559


What is the difference between a stored procedure and a user defined function?

541






What is the sql case statement used for? Explain with an example?

536


How to create new databases with "create database" statements?

567


What is the purpose of forms?

493


How to check status of stored procedure in sql server?

443


difference between Clustered index and non clustered index ?

572


What is a result set object returned by odbc_exec()?

546


How can we solve concurrency problems?

566


How would you use user_constraints table in DB?

587


What are scalar functions?

503


What is the datatype of rowid?

506