-
In MySQL databases, the structure representing the organizational views of the entire databases is ____________.
-
- Instance
- Table
- View
- Schema
- 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.