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 |
What are the advantages of using stored procedures in sql server?
What is #temp and @table variable in SQL server?
What are the advantages of stored procedure in sql server?
What is tcl in sql server?
What is difference between view and materialized view?
Can Having clause be used without Group by clause?
6 Answers CarrizalSoft Technologies, CSC, CTS,
Which are the third-party tools used in sql server and why would you use them?
what are the joins,primary key,foriegn key, candidate key, super key and expain them?
What is difference between equi join and inner join?
Why does sql studio use a single registered database repository? : sql server management studio
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
Do you know what are acid properties?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)