what is the difference between joins and set operators.i am
always confusing with two,can u pls kindly help me .
Answers were Sorted based on User's Feedback
Answer / amretha
For set operators the columns in the tables must be the same.Where as for Joins if one column is same its enough to join two or more tables.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / jyoti
Set - Comparison is to be performed on Tables.
Join- Comparison is to performed on rows of tables.
| Is This Answer Correct ? | 9 Yes | 3 No |
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 |
Answer / mahesh
suppose if we have joined two tables display the both table column names whatever we are giving and incase if we are use set operators columns not displyaed both tables.only first select query columns only displayed.
| Is This Answer Correct ? | 1 Yes | 5 No |
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
How you find out version of installed workflow?
What is difference between cartesian join and cross join?
What is a tns file?
Explain user account with reference to oracle.
What are main difference between Stored Procedure and Functions.
What is Undo Management Advisor in Oracle?
What is the difference between a primary key & a unique key?
What is a Private Synonyms ?
How to work with data objects interactively?
Which is faster join or subquery in oracle?
List out the difference between commit, rollback, and savepoint?