What are the type of joins? When do we use Outer and Self joins?
Answers were Sorted based on User's Feedback
Types of joins:
->Inner join
->Outer join->1.Left Outer join
2.Right Outer join
->Cross join
->Equi join
->Natural join
->Self join
Outer join:-When we need all rows from one table and some
rows from the other table
Self join:-When one row in a table correlated with other
rows in the same table
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / shivanibehere
For the joins you can go for this link ----
http://www.databasejournal.com/features/oracle/article.php/3
527921
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shivanibehere
http://www.tomjewett.com/dbdesign/dbdesign.php?
page=jointypes.php&imgsize=medium
Is This Answer Correct ? | 0 Yes | 0 No |
Can we perform backup restore operation on tempdb? : sql server database administration
How will you find out if there are expensive SQL statements running or not?
Is it possible to call a stored procedure within a stored procedure?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
What is transact-sql ddl trigger?
Define synonym?
What is a performance monitor?
What is the difference between having clause and where clause in sql server?
How is a full-text index updated?
What is the difference between functions and scalar functions?
What is log cache in sql server?
Advantages and disadvantages of stored procedures.