-
The facility that allows nesting one select statement into another is called __________.
-
- encapsulating
- nesting
- binding
- subquerying
- None of these
Correct Option: D
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.