InterviewSolution
Saved Bookmarks
| 1. |
Which disk data does FILES table in INFORMATION_SCHEMA store?(a) NDB(b) NBD(c) NBK(d) NCD |
|
Answer» Correct option is (a) NDB For explanation I would say: 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. |
|