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
What is a database in ms sql server?
What is model database in sql server?
Define Unique Key?
What are the advantages of stored procedure in sql server?
What extended events?
How do I create an extended event in sql server?
What are the differences between DDL, DML and DCL in SQL?
How to resolve the orphan use problem? : sql server security
Can we write ddl in trigger?
Give me any three differences between Truncate and Delete.
Difference between group by clause and having clause in SQL?
what is normalization? : Sql server database administration
Please differentiate between a local and a global temporary table?
What is SubQuery in SQL Server 2008
Define ACID properties in a Database?