-
What is the general term for information about databases and the objects in MySQL?
-
- metadata
- datum
- info
- record
- None of these
Correct Option: A
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’.