1.

What can be used to check for views that have been invalidated by DROP or ALTER operations?(a) CREATE TABLE(b) VERIFY TABLE(c) DETAILS TABLE(d) CHECK TABLEThe question was posed to me in quiz.I want to ask this question from Using Views topic in division Using SQL to Manage Data of MySQL

Answer»

The CORRECT answer is (d) CHECK TABLE

For explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions