A View can be used to select a subset of the table columns.
False
True
NA
NA
NA
Correct Option: B
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.