0
3.4kviews
Explain schemas and instances in dbms.
1 Answer
| written 7.1 years ago by |
Database Schema
A database schema is the skeleton structure that represents the logical view of the entire database. It defines how the data is organized and how the relations among them are associated. It formulates all the constraints that are to be applied on the data. A database schema defines …