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.
ex. (user store student details in Database) 

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
2. Logical schema

  • 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.
3. Physical schema

  • Data are storage(in bytes, gigabytes, terabytes or higher) in memory and these elements often remain hidden from the programmer.

Comments

Popular posts from this blog

DBMS TUTORIALS

WHAT IS DBMS?

What is Database