Whatz the main diff between Subquery and a Join
Answer Posted / a.n.v.v.siva kumar
The main difference between join and sub query is :
join is used to retrieve data from two different tables
where as in sub query we can retreive data from one table
using the result of the where condition on another table.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
How to display employee records who gets more salary than the average salary in the department?
What privilege is needed for a user to connect to oracle server?
What is Redo Log Buffer in Oracle?
How to define a cusotmer as a supplier in ORACLE R12
Explain what are the type of synonyms?
Explain do view contain data?
What are the varoius components of physical database structure of oracle database?
Explain an exception?
Difference between pre-select and pre-query
How many memory layers are in the oracle shared pool?
Explain what are synonyms used for?
Explain the use of online redo log files in oracle.
How to commit the current transaction in oracle?
Explain the use of record option in exp command.
What are joins, explain all types of joins?