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 |
how to get second highest sal of emp table
What is the purpose of init.ora. ? how many init.ora exist in oracle installation? suppose there are 3 database on one oracle server, how many init.ora do I have? what are various database objects? how will you identify memmory related performace issue in oralce? any idea about basic architure difference of oracle and db2? comment on which is better , with reasons? what is a fuction based index? is it recommended to use the same. ? what is global temporay table? what is teh signification of the parameter session_cached_cursor ?
What is the effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
How to manage transaction isolation level?
What is a relational database management system?
how to find out second largest value in the table
What is a nested table and how is it different from a normal table?
What is a cluster?
 How to use an oracle sequence generator in a mapping?
Explain the use of indexes option in exp command.
How to filter out duplications in the returning rows using oracle?