The facility that allows nesting one select statement into another is ______________
(a) nesting
(b) binding
(c) subquerying
(d) encapsulating
(a) nesting
(b) binding
(c) subquerying
(d) encapsulating
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct option is (c) subquerying
To explain: The ‘subquerying’ support provided by MySQL is a capability that allows writing one ‘SELECT’ statement within parentheses and nesting within another. This allows logically selecting content from tables.