ORACLE - Questions
Q: What is scalar sub-query expression?
A: Scalar sub-query expression returns exactly one column value.
Q: What is it column?
A: Column is an intersection of row and cell.
Q: Where can be used scalar sub-queries?
A: Scalar sub-queries can be used in
- condition and expression part of case|decode.
- All clauses of the SELECT statement except for GROUP BY
- SET and WHERE clause of UPDATE statement.

