InterviewSolution
Saved Bookmarks
| 1. |
INFORMATION_SCHEMA is not based on the SQL standard.(a) True(b) FalseI had been asked this question in class test.My question is based upon Controlling How the Server Listens for Connections topic in chapter General MySQL Administration of MySQL |
|
Answer» RIGHT option is (b) False For explanation I WOULD SAY: ‘INFORMATION_SCHEMA’ is another way to access information about the databases and their OBJECTS (metadata). It is based on the ‘SQL standard’, although some content is MySQL-specific. |
|