-
What can be used to check for views that have been invalidated by DROP or ALTER operations?
-
- DETAILS TABLE
- CHECK TABLE
- VERIFY TABLE
- CREATE TABLE
- None of these
Correct Option: B
A ‘View’ is created in MySQL by writing the clause ‘CREATE VIEW’ followed by the view name. Once a view is dropped or altered after being created, it can be checked by the ‘CHECK TABLE’ clause.