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 |
Can we call a function that has out parameter in select statement
how to use DTS package in 2000,2005,2008 in sql server
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What are the types of joins in sql?
What are the acid properties?
Can we use where clause with group by?
What are examples of triggers?
What is relationship? What number of sorts of relationship are there?
How to make remote connection in database?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What is the difference between varchar and nvarchar?
What is a user-defined function in the sql server and what is its advantage?
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)