Oracle SQL Question:

Download Job Interview Questions and Answers PDF

Explain What are various joins used while writing SUBQUERIES?

SQL Oracle Interview Question
SQL Oracle Interview Question

Answer:

Self join-Its a join foreign key of a table references the same table. Outer Join--Its a join condition used where One can query all the rows of one of the tables in the join condition even though they don't satisfy the join condition.
Equi-join--Its a join condition that retrieves rows from one or more tables in which one or more columns in one table are equal to one or more columns in the second table.

Download SQL Oracle Interview Questions And Answers PDF

Previous QuestionNext Question
What is is a cursor?Explain Difference between database triggers and form triggers?