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

Do you know how to make remote connection in database?

709


What are the advantages of log shipping?

733


Can you use order by when defining a view?

730


Explain the different index configurations a table can have?

683


What happens if you insert a duplicate key for the primary key column in ms sql server?

725






What is difference in performance between insert top (n) into table and using top with insert?

729


What is the default port for SQL Server over a firewall?

779


Explain about extended stored procedure?

673


Mention the different types of replication in sql server.

741


What is dbcc?

886


What happens if the update subquery returns no rows in ms sql server?

790


What is report snapshot in ssrs?

213


In which format does an image save in SQL Server database ?

779


how to do partition in sqlserver

2146


Explain a join?

780