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



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

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

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

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

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

Answer / 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

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

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 is the difference between joins and set operators.i am always confusing with two,can u pls kin..

Answer / nitin

There is no such difference between JOINS and SET operators. You can get the same result by using JOIN or SET operator.

Is This Answer Correct ?    2 Yes 24 No

Post New Answer

More Oracle General Interview Questions

How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?

1 Answers  


How to select some rows from a table in oracle?

1 Answers  


What is index-organized table in Oracle?

1 Answers   MCN Solutions,


What is the Tune Query

1 Answers  


How many data types are supported?

1 Answers  


What is schema?

41 Answers   Bodhi Global Services, Cognizant, HCL,


How to use like conditions in oracle?

1 Answers  


select trunc(round(156.00,-1),-1) from dual;

2 Answers  


What is a package in oracle?

1 Answers  


which statement is running fastly ie insert or delete?

13 Answers   Oracle,


What is a nested table?

1 Answers  


You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.

3 Answers   Amazon, HCL,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)