InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command does not operate on tables?(a) enabled(b) disabled(c) drop(d) all of the mentioned |
|
Answer» The correct answer is (b) disabled The best explanation: is_disabled command verifies whether a table is disabled. |
|