Oracle SQL Question:

Explain What are various joins used while writing SUBQUERIES?

Tweet Share WhatsApp

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 PDF Read All 16 SQL Oracle Questions
Previous QuestionNext Question
What is is a cursor?Explain Difference between database triggers and form triggers?