What is the difference between normal and corelated subqueries?
Answer Posted / deva
corelated subquery is the one where the in-query takes the
input from the outer query. This happens for every value in
the in-query.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is oracle instant client?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What is control file used for?
what is normalisation?what are its uses?
What is set verify off in oracle?
various types of hints and their usage
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
Explain the use of rows option in exp command.
What is memory advisor in Oracle?
What is oracle latest version?
How to do a full database export?
Calculate difference between 2 date / times in oracle sql?
How to write an inner join with the where clause in oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
How to call a stored function with parameters?