Unit I DBMS
Unit I DBMS
Jayapriya K N
AP/CSE
Purpose of Database System in DBMS
• A database is a collection of data that is
organized, which is also called structured data.
It can be accessed or stored in a computer
system.
• DBMS is the most suitable technology that
provides services like storing, organizing, and
manipulating huge amounts of data.
Disadvantages of DBMS in File Processing
• It is the first key used to identify one and only one instance
of an entity uniquely. An entity can contain multiple keys,
as we saw in the PERSON table. The key which is most
suitable from those lists becomes a primary key.
• In the EMPLOYEE table, ID can be the primary key since it
is unique for each employee. In the EMPLOYEE table, we
can even select License_Number and Passport_Number as
primary keys since they are also unique.
• For each entity, the primary key selection is based on
requirements and developers.
2. Candidate key