1.

What allows nesting one select statement into another?(a) nesting(b) binding(c) subquerying(d) encapsulatingThe question was asked in an interview for job.I want to ask this question from Perl DBI Overview topic in chapter MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

Correct ANSWER is (c) subquerying

The best 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