DATABASE SCHEMA
DATABASE SCHEMA
- A Schema can be defined as the design of a database
- The overall description of the database is called the database schema.
- It defines how the data is organized and how the the relations among them are associated.
It can be categorized into three parts.
1. view schema
- Defined as the design of database at view level
- At view level, a user can able to interact with the system
- Programmer work on that level
- at this level, data can be described as certain types of data records which can stored in the form of data structure.
- Data are storage(in bytes, gigabytes, terabytes or higher) in memory and these elements often remain hidden from the programmer.
Comments
Post a Comment