Answer Posted / dinesh rathod
Self join is just like any other join, except that two instances of the same table will be joined in the query
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to search for a string in all stored procedure in sql server?
Can you force a query to use a specific index?
What are the advantages of using cte?
What is explicit mode in sql server?
What is inner join? Explain with an example?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
What is resultset concur_updatable?
Can you leave a union at any time?
How to find Duplicate Records In table?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
Explain security with sql azure?
List all types of constraints in sql server?
What is the default order of an order by clause?
What are subqueries in sql server?
How can we call UDF(User Define Function) using C# code in ASP.net ?