Answer Posted / anonymus
In a SQL database query, a correlated subquery (also known as a synchronized subquery) is a subquery (a query nested inside another query) that uses values from the outer query. Because the subquery may be evaluated once for each row processed by the outer query, it can be inefficient.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can group functions be used in the order by clause in oracle?
State some uses of redo log files?
What is bulk load in oracle?
How to run queries on external tables?
List out the types of joins.
What is hash cluster in oracle?
How to export data with a field delimiter?
How to update values on multiple rows in oracle?
What are the numeric comparison operations?
How to rename a tablespace in oracle?
How to update values in a table in oracle?
How to fetch the row which has the max value for a column?
What is dynamic proxy?
How to start a new transaction in oracle?
List the types of joins used in writing subqueries?