DBCM
DBCM
Maintainance Presentation
Topic : Introduction to DBMS &
Database Models
Outlines :
✔ Basic Terminology
✔ Introduction to DBMS
✔ Properties and Functionalities of
DBMS
✔ DBMS Environment
✔ Introduction of Data models
Terminology :
⮚ Data : Raw , unprocessed facts . Example :
Sohom , 20 , Bhubneswar .
⮚ Functionalities :
▪ Define : Specifying the data type , data structures and constraints for
the data to be stored .
Stored Db
Definition Stored
(Metadata) Database
Introduction to Data Models :
• A Data model is a set of concepts that can be used to describe the
Structure of data in database .
Example :
Project_Id Project_Budg
Employee_I Employee_Na et
d me
Relational Data Model :
⮚ Relational data model uses the concepts of database as a collection of
tables , where each table can be stored separately as a file .
⮚ All the database operation are done with relations between the table .
⮚ Most relational database uses high level language like SQL .
Example :
Customer Details
Example : Compan
y
IT Marketing Finance
Departmen Dept Dept
t
Employe Employe Employe Employe Employe Employe
e e e e e e
A B A B A B
Network Data Model :