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 |
What are the differences between primary key and unique key?
Explain the use of full option in exp command.
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
How to use existing values in update statements using oracle?
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.
How to test null values?
Youre getting high busy buffer waits - how can you find whats causing it?
Explain what are the different type of segments?
How to declare a local variable?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
what is the use of rank function?
Hello All, Could any one provide me FAQs/interview questions on oracle PL/SQL