how to join two table?

Answer Posted / partha

There are two types of join inner join and outer join.

(1)Inner join will return all the common records in both the
table
Ex: Select e.ename from Employee e,Dept d where e.did=d.did;

(2)Outer join is of 3 types Left Outer,Right Outer and full
outer.
Left outer retrieves common records from both the table and
all the record from the left table.
Similarly Right Outer all the records from right table and
Full outer from both the tables

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How a Store Procedure called with a cursor out parameter.?

566


What do you mean by buffer manager?

526


What is the definition of database management system?

505


What is type of end users?

471


What is key dbms?

488






What are its two major subsystems of r?

575


What is dbms and its advantages?

521


What is alternate key?

522


How to stop superserver service on linux using only firebird tools?

615


Does google have a database program?

499


Explain database partitioning and its importance.

506


What is the difference between shrink database and shrink file?

478


Explain atomicity and aggregation?

580


What is Database testing and What are ways of writing test cases for database testing?

585


What is sql in database management system?

479