|
What is a subselect? It is different from a nested select ?
COBOL SQL Interview Questions
(Continued from previous question...)
What is a subselect? It is different from a nested select ?
A subselect is a select which works in conjunction with another select. A nested select is a kind of subselect where the inner select passes to the where criteria for the outer select.
(Continued on next question...)
Other Interview Questions
|