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 |
Determine when an index is appropriate?
Equi join and non equi join is possible with sql server?
HOW TO RENAME A COLUMN NAME
What are the authentication modes in sql server? How can it be changed?
How do you Implement SSIS Packages in your Project?
How do I find the query plan in sql server?
How to find the source of a table in sql server?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
Explain where clause?
What are indexes in ms sql server?
Can you link only other SQL Servers or any database servers such as Oracle?
Can foreign key be deleted?
Oracle (3259)
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)