InterviewSolution
Saved Bookmarks
| 1. |
The disk data that the FILES table in INFORMATION_SCHEMA stores is ____________(a) NDB(b) NBD(c) NBK(d) NCDThe question was posed to me in an online quiz.My question is based upon Controlling How the Server Listens for Connections topic in division General MySQL Administration of MySQL |
|
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. |
|