4.RDBMS Concepts: 1. What Is Database?
4.RDBMS Concepts: 1. What Is Database?
RDBMS Concepts
1. What is database?
A database is a logically coherent collection of data with some inherent meaning,
representing some aspect of real world and which is designed, built and populated with data
2. What is DBMS?
It is a collection of programs that enables user to create and maintain a
database. In other words it is general-purpose software that provides the users with
the processes of defining, constructing and manipulating the database for various
applications.
4. Advantages of DBMS?
➢ Redundancy is controlled.
➢ Unauthorised access is restricted.
➢ Providing multiple user interfaces.
➢ Enforcing integrity constraints.
➢ Providing backup and recovery.
This data model is based on real world that consists of basic objects called
entities and of relationship among these objects. Entities are described in a
database by a set of attributes.
11.What is an Entity?
The collections of entities of a particular entity type are grouped together into
an entity set.
An entity set may not have sufficient attributes to form a primary key, and its
primary key compromises of its partial key and primary key of its parent entity,
then it is said to be Weak Entity set.