1.

What produces result sets?(a) View(b) SELECT(c) Stored function(d) TriggerThe question was posed to me by my school teacher while I was bunking the class.I'm obligated to ask this question of Security for Stored Programs and Views in portion Stored Programs of MySQL

Answer»

Correct option is (a) View

Easiest explanation: In MySQL, views are the STORED queries that when REFERENCED produce a result set. A view acts as a VIRTUAL table. A stored procedure is also a COMPONENT that can return result SETS.



Discussion

No Comment Found

Related InterviewSolutions