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) metadataI had been asked this question in a national level competition.I need to ask this question from Using Server-Side Prepared Statements in division MySQL Programs Using C of MySQL |
|
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’. |
|