DBMS - Bba-Unit-1
DBMS - Bba-Unit-1
1. The Database:
○ The database is a structured collection of data. It
can be organized in various formats, depending
on the type of database model used (e.g.,
relational, document-based, key-value, etc.). The
database stores data in an organized manner,
allowing users or applications to perform
various operations like adding, retrieving,
updating, and deleting data.
○ Organization of Data: In relational databases,
data is organized into tables, where each table
holds data related to a specific entity (e.g.,
customers, products). In NoSQL databases, data
might be stored as documents, key-value pairs,
or graphs.
2. Database Management System (DBMS):
○ The DBMS is the software that interacts with
users and applications to manage the database.
It provides tools and mechanisms to perform
tasks like defining data structures, querying
data, handling transactions, and managing
access controls.
○ DBMS Responsibilities: The DBMS abstracts the
complexities of data storage and provides a
user-friendly interface for data access and
manipulation. It automates many of the tasks
involved in managing data, ensuring that the
system can handle large amounts of data while
maintaining performance, integrity, and security.
Key Roles of a Database System:
Summary:
1.
View of Data
Relational Databases
Transaction Management
● One-to-One (1:1)
● One-to-Many (1
)
● Many-to-Many (M
)