I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p
if we perform equijoin,outer join,right outer join,left outer join,full outer join,cross join seperately
Can anyone help on this?

Answers were Sorted based on User's Feedback



I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p ..

Answer / ankit sinha

equijoin will produce only the common record.
A right outerjoin B will produce all common records with
remaining records from B . The point to be noticed here is A
is right outerjoined to B which means common records from A
as well as remaining records from B

Opposite things happen with A left outerjoin B

Full outer join means common records and remaining records
from both the tables

crossjoin means multiplications
suppose A has 4 records and B has 4 records.
Total output will have 16 records.

Is This Answer Correct ?    7 Yes 0 No

I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p ..

Answer / mandayan

not pasible to help u becouse u have to give with data ok

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

Is join and inner join the same?

0 Answers  


What's the procedure?

0 Answers  


What does the argument [or replace] do?

0 Answers  


What are the properties of a transaction?

0 Answers  


What is a trigger word?

0 Answers  






describe mysql connection using mysql binary. : Sql dba

0 Answers  


Why does %isopen return false for an implicit cursor?

1 Answers  


What are different joins used in sql?

0 Answers  


Explain scalar functions in sql?

0 Answers  


what is the difference between char_length and length? : Sql dba

0 Answers  


Explain architecture of sql server notification services?

0 Answers  


i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.

4 Answers   TCS,


Categories