InterviewSolution
Saved Bookmarks
| 1. |
What is the general term for information about databases and the objects in MySQL?(a) datum(b) info(c) record(d) metadata |
|
Answer» Right choice is (d) metadata To explain I would say: 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’. |
|