InterviewSolution
Saved Bookmarks
| 1. |
The disk data that the FILES table in INFORMATION_SCHEMA stores is ____________(a) NDB(b) NBD(c) NBK(d) NCD |
|
Answer» Correct answer is (a) NDB Explanation: The ‘INFORMATION_SCHEMA’ is a method to access information about the databases and its objects known as metadata. It has various tables that can be viewed with ‘SHOW’ statement. |
|