Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is openedge translation manager?

0 Answers  


How to monitor firebird server activity?

0 Answers  


What are the steps to follow when preparing to create a table?

0 Answers  


What is the use of OWNER option in EXP command ?

1 Answers  


Define entity, entity type, and entity set.

0 Answers  


How to use multiple database server in back end ?

0 Answers   MCN Solutions,


How is data stored in a relational database?

0 Answers  


Operators used in select statements are?

0 Answers  


Mention the different languages present in dbms

0 Answers  


How to do replication of firebird databases?

0 Answers  


What is data model in database?

0 Answers  


Why do we study dbms?

0 Answers  


Categories