Definition of DBMS:
DBMS stands for DataBase Management System, which is a software system used to make CRUD Operations in the Database.
What is CRUD??
C - Create
R - Retrieve
U - Update
D - Delete
all these actions are taken on the database to make changes as per the requirement from end user.
Types of DBMS:
a) Flat File
b) Hierarichal
c) Network
d) Relational
e) Non - Relational
What is Relational DBMS?
Comments
Post a Comment