1.

The facility that allows nesting one select statement into another is ______________(a) nesting(b) binding(c) subquerying(d) encapsulatingI got this question in an interview for job.The origin of the question is Functions in section Data Type Reference, Operators and Functions of MySQL

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions