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
What is oracle thin client?
How can I see all tables in oracle?
List the types of joins used in writing subqueries?
Explain a synonym?
How a database is related to tablespaces?
What are the types of partitions in oracle?
How many data types are supported?
What is a snapshot log?
How do we represent comments in oracle?
Can a formula column referred to columns in higher group ?
What is the difference between a primary key & a unique key?
How to create a new user account in oracle?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How to test null values?
What is the usage of merge statement?