How do you get all records from 2 tables. Which join do you use?

Answer Posted / selvaraj v , anna univ coe

Use Full Outer Join in Oracle 10g :

SELECT p.part_id,s.supplier_name FROM part p
FULL OUTER JOIN
supplier s ON p.supplier_idv = s.supplier_id;

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why commit is not used in triggers?

576


What are % type and % rowtype?

570


What is the purpose of my sql?

505


Is sql a oracle?

521


Which data type is a composite type?

525






Explain the insert into statements in sql?

563


What is %type in pl sql?

540


What are three advantages to using sql?

549


Can we alter stored procedure?

539


What are all ddl commands?

545


how to use myisamchk to check or repair myisam tables? : Sql dba

505


how to enter numeric values as hex numbers? : Sql dba

563


What are records give examples?

560


What is the difference between rollback and rollback to statements?

581


What is embedded sql with example?

542