InterviewSolution
Saved Bookmarks
| 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 |
|