Dbms
What is Dbms ?
i Srands for database management system, its main purpose revolves around the Data
this system allows its user to store the data, define it , retrieve it and also update the information about the data inside the database.
Two types of DBMS:
RDMS- mysql
NOSql-mongodb(json) and neo4j(graph)
it is a collection of data in a organized way such that it can to facilitate its users to easily access, manage and upload data
Dbms were developed to handle the following problems of the traditional file- processing system supported by conventional OS:
- data redundancy and inconsistency
- Easy access to data
- Security
- atomicity durability isolartion and consistency- not present
- consurrent access by doffernt users - one by one
steps:
entity set
attributes
all the rows or entries together forms a set and this set is called the entity set
Comments
Post a Comment