📝 Question
#1683
A non-correlated subquery can be defined as________
✓
Correct Answer
C. A SELECT statement that can be embedded in a clause of another SELECT statement only
💡
Explanation
A noncorrelated subquery is subquery that is independent of the outer query and it can executed on its own without relying on main outer query.
⌨️ Press
A
B
C
D
to select