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
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 |
Answer / mandayan
not pasible to help u becouse u have to give with data ok
Is This Answer Correct ? | 1 Yes | 1 No |
Is inner join same as self join?
What are the ways on commenting in a pl/sql code?
what is transaction? : Sql dba
What is left join example?
Is there a 64 bit version of ssms?
How do you pronounce sql?
What is rownum?
Which table is left in join?
Explain polymorphism in pl/sql.
What are the parameter modes supported by pl/sql?
What does over partition by mean in sql?
how to get a list of columns in an existing table? : Sql dba