what is difference between join and union?

Answers were Sorted based on User's Feedback



what is difference between join and union?..

Answer / rajeev singh

Join display exact information from two or more tables.
and it is not compulsory in both table column equal.

Where as in UNION in both table column should be equal.
and union eliminate the dublicate rows.

Is This Answer Correct ?    15 Yes 2 No

what is difference between join and union?..

Answer / sunil

JOIN: You can join the 2 tables on tables primary key or on
the filed which refers to another table

UNION: In both table while doing UNION the filed name
should be same.

Is This Answer Correct ?    2 Yes 2 No

what is difference between join and union?..

Answer / harish

JOIN: column wise joining of data.....
UNIOn: row wise joining of data........








Harish poomgame shivappa
NIIT Technolgies
Kolkata

Is This Answer Correct ?    8 Yes 9 No

Post New Answer

More IDMS Interview Questions

Explain about record currency?

0 Answers  


Explain the difference between record occurrence and record type?

0 Answers  


What is the difference between a schema and a subschema?

0 Answers  


Does Disconnect and Connect creates page lock in IDMS ?

0 Answers  


What is auto status in idms?

0 Answers  






Explain the difference between a schema and a subschema in idms?

0 Answers  


What is the difference between an obtain next and obtain first in idms?

0 Answers  


When you are obtaining next within a set and get a end of set return code, on what record are you now current in idms?

0 Answers  


How to write a IDMS code to modify a record on the database with rollback.

1 Answers   Tech Mahindra,


what is difference between join and union?

3 Answers   IBM,


Explain the difference between record occurrence and record type in idms?

0 Answers  


What is a run unit?

0 Answers  


Categories