Difference between sub query and nested query ?
Answer Posted / nirvaya
A subquery is a query within a query. In Oracle, you can
create subqueries within your SQL statements. These
subqueries can reside in the WHERE clause, the FROM clause,
or the SELECT clause. Most often, the subquery will be
found in the WHERE clause. These subqueries are also called
nested subqueries.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Explain the dml?
What is an oracle user account?
How to start instance with a minimal initialization parameter file?
How to synchronize 2 schema's objects?
What is materialized view in Oracle?
How do I learn what codesets are available in oracle?
What language does oracle use?
How many categories of data types in oracle?
How to use an explicit cursor without open statements?
Explain an integrity constrains?
Explain the use of record length option in exp command.
List the types of joins used in writing subqueries?
What is the use of oracle?
Explain the use of grant option in imp command.
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?