What are various joins used while writing SUBQUERIES?

Answer Posted / nishi

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.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to speed up webrick?

585


How can we view last record added to a table?

591


What is materialized view in Oracle?

626


How do I know if oracle client is installed on windows?

492


How do we create privileges in oracle?

580






Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1498


How to retrieve data from an cursor to a record?

559


what is the difference between restoring and recovering?

548


What do you mean by a tablespace?

559


How to resolve name conflicts between variables and columns?

564


What is a database table in oracle?

565


How to generate query output in html format?

561


How to assign a table row to a record variable?

575


Is it possible to set second Primary Key Constraint in a table in Oracle Database ?

637


What is transaction control statement and how many types of transaction control statement in Oracle?

560