InterviewSolution
Saved Bookmarks
| 1. |
The general term for information about databases and the objects in MySQL is _________(a) datum(b) info(c) record(d) metadataThe question was asked in class test.I'd like to ask this question from Obtaining Database Metadata topic in section Using SQL to Manage Data of MySQL |
|
Answer» RIGHT ANSWER is (d) metadata Best EXPLANATION: There are various ways in which MySQL facilitates the methods to obtain information about DATABASES and the objects in them. For example, ‘SHOW’ statements and ‘INFORMATION_SCHEMA’. |
|