Home » MYSQL » MySQL Functions » Question
  1. The facility that allows nesting one select statement into another is ______________.
    1. subquerying
    2. encapsulating
    3. nesting
    4. binding
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.