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...


what is outer join?
what is selef join?
what is difference between them?
what is cartecion join?



what is outer join? what is selef join? what is difference between them? what is cartecion join?..

Answer / nandini sett

Outer join displays result set containing all the rows from
one table and the matching rows from another table. There
are three types of Outer Join -- Left Outer Join (All rows
of the left table and matchng rows of the right), Right
Outer Join (All rows of the right table and matching rows
of the left table) and Full Outer Join (All rows of both
tables).
In self join, table is joined with itself. One row
correlates with other rows in the same table. Hence a table
name with two alias names is used.
Difference between outer join and self join is that outer
join uses atleast two or more tables where one column is
common while self join uses only one table and two fields
of the same table.
Cartesian Product or cross join is between two tables where
each row from one table with each row of the other table.
If table A has 5 rows and table B has 10 rows then after
cross join the total number of rows would be 50.

Is This Answer Correct ?    43 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

if table named a is there and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time

1 Answers  


Explain what is a column in a table?

0 Answers  


What is mdb stand for?

0 Answers  


Difference between table function and pipelined function?

0 Answers  


What is coalesce in sql?

0 Answers  


What is differance unique key and primary key.

7 Answers   EDS,


What is difference between Procedures and Functions ?

6 Answers   Hi Caliber IT,


how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba

0 Answers  


Is pl sql a programming language?

0 Answers  


Which type of cursor is used to execute the dml statement?

0 Answers  


What is the difference between numeric and autonumber?

0 Answers  


We have a CURSOR then we need BULK COLLECT?

1 Answers  


Categories