1.

A View can be used to select a subset of the table columns.(a) True(b) FalseThe question was posed to me in an interview for internship.I need to ask this question from Using Views in portion Using SQL to Manage Data of MySQL

Answer» CORRECT answer is (a) True

For explanation I would say: In MYSQL, a ‘View’ is used to PRESENT a table in the DATABASE. It is a virtual table. It is also used to present a subset of the columns that are present in the original table of the database.


Discussion

No Comment Found

Related InterviewSolutions