Home » MYSQL » Mysql Compound Statements » Question
  1. What is the general term for information about databases and the objects in MySQL?
    1. metadata
    2. datum
    3. info
    4. record
    5. 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’.



Your comments will be displayed only after manual approval.