Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > Oracle Database, SQL, Application, Programming


What is a JOIN? Explain types of JOIN in oracle.


Reply
Views: 3844  
Thread Tools Rate Thread
  #1  
Old 05-27-2009, 06:44 AM
bholus7
Guest
 
Posts: n/a
Default What is a JOIN? Explain types of JOIN in oracle.

What is a JOIN? Explain types of JOIN in oracle.

Answer
A join is a query that extracts data from two or more tables, views or snapshots.


Types of JOIN

EQUI-JOIN
This is represented by (=) sign. This join retrieves information by using equality condition.
NON-EQUI JOIN

If sign other than =, then it is non-equi join.
SELF JOIN

Self join is a join type between a row of a table to another row of the same table.


OUTER JOIN
This type fetches the row that matches the join condition and rows that don’t match the join condition.

Reply With Quote
Reply

New topics in Oracle Database, SQL, Application, Programming





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
WikiNewForum)