Home » MYSQL » Mysql Basic » Question
  1. In MySQL databases, the structure representing the organizational views of the entire databases is ____________.
    1. Instance
    2. Table
    3. View
    4. Schema
    5. None of these
Correct Option: D

The schema in a database gives a blueprint of the structure. A view is an object that can be generated with a query. A table is a collection of records. An instance is analogous to a class object.



Your comments will be displayed only after manual approval.