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 |
Write a code to select distinct records without using the DISTINCT keyword.
What are the different types of subquery?
How do indexes help, types?
Does index slows down insert statements?
What do you mean by an execution plan? Why is it used?
What is self contained sub query?
How to concatenate two binary strings together?
what is a correlated sub-query? : Sql server database administration
Can I delete event logs?
Can you explain what is indexed view? How to create it?
how we can count records as a group of days like sum of records for(four mondays),(four tuesday)........ in a month. group the column for weekdays.
Explain the benefits of user-defined functions?
Oracle (3253)
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)