Whatz the main diff between Subquery and a Join

Answer Posted / suryakiran

The main usage of subqueries is to retrieve a single record
from that same table or another table.

And also we can use subqueries to retrieve multiple
records,for this we have to use multiple sub queies,instead
of this its better to use joins based on a condition.

We can perform all operations for joins by using subqueries
but it is very complicated.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is redo log?

639


State the various uses of dbcc command?

561


What is the purpose of save points in oracle database?

557


How to update a table row with a record?

604


Does facebook use oracle?

587






How to change system global area (sga) in oracle?

580


What are the various types of snapshots ?

574


How to get a list of all user accounts in the database?

632


How to write text literals in oracle?

626


What is the use of oracle?

568


Calculate difference between 2 date / times in oracle sql?

586


How to write an inner join with the where clause in oracle?

597


What is clustered table in Oracle?

653


What are the set operators union, union all, minus & intersect meant to do?

574


How to create a new table in your schema?

621