how to join two table?

Answers were Sorted based on User's Feedback



how to join two table? ..

Answer / 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

how to join two table? ..

Answer / n

Inner and outer joins

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

I am using Oracle 10g and want to access the default tables of 9i? how? Any script and how to use it please mail me @ rashi.sandhu@gmail.com........

1 Answers  


What are the uses of database management system?

0 Answers  


What are stored procedures in a database?

0 Answers  


How do you create a blank database?

0 Answers  


What is Library in Forms 4.0 ?

1 Answers  






What versions of clipper does netlib support?

0 Answers  


What is ddl in dbms?

0 Answers  


What is unique key example?

0 Answers  


How we can connect the Webform pages with database?

0 Answers   HCL,


What is the e-r model?

0 Answers  


What is local database?

0 Answers  


how to pass values from one table to another by using Bulk collect?

3 Answers   Oracle, Wipro,


Categories