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
Explain what are commit and rollback in sql?
How does a profiler work?
how can a database be repaired? : Sql server administration
Can I save my report as html, excel or word? : sql server management studio
Explain difference between cross join and full outer join?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
What Is Rdbms?
whats the maximum size of view state??
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
What is user-defined function?
Is it possible to call a stored procedure within a stored procedure?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
What is the difference between a unique key and primary key?
Tell me what are cursors and when they are useful?
How does recursive cte works in sql server?