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
Difference between open_form and call_form in oracle.
How data locks are respected in oracle?
When system tablespace is created?
Explain the use of record option in exp command.
How to grant create session privilege to a user in oracle?
How to write a query with an inner join in oracle?
what is the dual table in oracle?
What is a table in oracle?
How to sort the query output in oracle?
What is the use of file param in imp command?
How to retrieve data from an explicit cursor?
Can sub procedure/function be called recursively?
What is connection pooling in oracle?
Difference between oracle's plus (+) notation and ansi join notation?
What is using clause and give example?