1.

The facility that allows nesting one select statement into another is called __________(a) nesting(b) binding(c) subquerying(d) encapsulatingI have been asked this question in homework.Question is taken from Performing Multiple in portion Using SQL to Manage Data of MySQL

Answer»

The correct answer is (c) subquerying

Easiest EXPLANATION: 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.



Discussion

No Comment Found

Related InterviewSolutions