What is Database Schema
- Get link
- X
- Other Apps
Database Schema
Database Schema:-The description of data in terms of data model of called as database schema. Which is specified unique database design and it does not expect to change frequently. A Database schema is the structure of database which represent physical view a logical view and entire database. It define how the data is arranged and how the relations among them are associated.
.Types of Schema
1.Physical schema
2.Logical schema
3.View Schema
1.Physical schema:-Physical schema is also known internal schema the design of the database at a physical level is called as Physical schema . How the data is stored in storage is explained at this level
2.Logical schema:-The design of database at logical level is called as logical. The level gives a tabular structure of data
3.View Schema:-It is also known as external schema. The design of database at view level is called as view schema. This generally refer user and database system interaction
.Create Database, Database Name
QU-Show Databases
QU-Use Database name
QU-Show Tables
QU-Create table table name (column name datatype (size) column name datatype (size);
When we it to comes choosing a database management system architecture. It all comes down to how complex and scalable the system is the three level structure has the best features and it is perfect for modern big database system
- Get link
- X
- Other Apps


Comments
Post a Comment