Difference between sub query and nested query ?
Answer Posted / s.maheshbabu
quarry inside a quarry is called sub quarry.when sub quarry
is also called nested quarry.
co-related sub quarry is one as inner quarry is evaluated.is
anther result of inner are evaluated.
nested quarry is multiple time of one outer quarry.
ex;-quarry used in()caused co-related quarry.
quarry used with=operator is nested quarry.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is an oracle user role?
How to rename a column in an existing table?
How to create a testing table in oracle?
What is background process in Oracle?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
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 instant client oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
How to change program global area (pga) in oracle?
Is it possible to split the print reviewer into more than one region ?
Oracle
Why oracle is used?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to check database size in Oracle?
How to return top 5 rows in oracle?