what is difference between join and union?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Explain the difference between record occurrence and record type?
What is the difference between an obtain next and obtain first in idms?
Explain storage architecture of idms.
What is a page in idms?
What is the advantages of using IDMS compared to other database systems?
What is auto status in idms?
What is a set? What pointers are required, what are possible? How may sets be ordered?
Explain about logical data model of idms?
What is the IDD?
How are record locks released?
So manual and automatic are the connect options for a set. What are the disconnect options?
What is a bind?