what is the difference between joins and set operators.i am
always confusing with two,can u pls kindly help me .

Answer Posted / pandarinath

joins project the data from more than one table vertically
based on common cloumns among the tables.
in case of set operators, its combine(merge) data horizantally, programer have to manage the correct logic and sence in the data. set operators uses for data presentation.

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to put more than 1000 values into an oracle in clause?

588


How to use attributes of the implicit cursor in oracle?

565


How to fetch the row which has the max value for a column?

544


Explain compound trigger in oracle?

555


Give the advantages and disadvantages of clusters.

579






How to experiment a data lock in oracle?

603


How to count duplicated values in a column in oracle?

555


What is Data Dictionary Cache in Oracle?

664


How to lock and unlock a user account in oracle?

618


How to store only time; not date and time?

557


What is control file used for?

607


Explain a segment?

622


Write a syntax for update query in oracle?

622


Explain the use of grant option in imp command.

580


how can db_files > maxdatafiles since db_files is for instance and the later is for database

2180