various types of joins

Answer Posted / samir kumar sahoo

Generally there are five types of joins in oracle:

Self Join
Equi Join
Cartesian Join
Outer Join(Left outer join,Right outer join)
Non_Equi JOin

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of full option in exp command.

584


Is oracle a relational database?

516


What is the difference between count (*), count (expression), count (distinct expression)?

553


Explain mutating triggers.

568


Explain the use of consistent option in exp command.

546






What is a user role in oracle?

613


What is the difference between postgresql and oracle?

503


How does one get the view definition of fixed views/tables?

594


What are dml statements in oracle?

613


Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.

1861


Can we call procedure inside function in oracle?

602


How to create an oracle database manually?

566


Explain integrity constraint?

641


Explain the use of indexes option in imp command.

562


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

1801