DBMS Introduction
DBMS Introduction
Management
Systems
Key points
1 2 3 4
A
A database
database isis an
an organized
organized Data,
When
When the
the internet
internet became
became Data, DBMS,
DBMS, andand
collection
collection ofof data
data that
that can
can be be applications
globally
globally available,
available, the
the amount
amount applications associated
associated Every
Every website,
website, which
which
modified,
modified, retrieved,
retrieved, or
or with
of
of data
data created
created every
every day
day with them
them together
together form
form needs
needs us
us to
to sign
sign up,
up, uses
uses
updated. the
updated. the database
database is is aa big
big the
the database
database concept.
concept. The
The
exploded.
exploded. Storage
Storage container aa database.
database. There
There is
is no
container where
where data
data is
is stored
stored data,
data, stored
stored in
in the
the database,
database,
no
requirements
requirements went
went from internet
from in
in aa structured
structured format.
format. WeWe is
is in
in the
the row
row and
and column
column internet without
without
gigabytes
gigabytes to
to exabytes,
exabytes, and
and cannot databases.
cannot store
store semi-structured
semi-structured format,
format, which
which is
is called
called aa databases.
then
then cloud
cloud databases
databases emerged
emerged or
or unstructured
unstructured data
data in
in aa table.
table. 2
database.
database.
Key points
It is used for It has a backend
DBMS stands for storage system as
storing, fetching
the database well as a front-end
data, and running
management queries on data. user interface.
system
Components Query
Query Language
(SQL):
(SQL):
Language
Structured query language is used for managing and
querying relational databases. It allows users to
create, insert, update, remove, and retrieve data.
5
Common Applications are :
Sector Application
Universities Student information, courses, grades, etc.
Sales Customer information, sales, etc.
Finance Stock information, sales, bonds, etc.
Banking Customer information, account, activities, deposits, loans,
etc.
Manufacturing Production information, suppliers, inventories, etc.
Airlines Customer information, schedules, reservations, etc.
HR Management Employee information, payroll, deduction, paychecks, etc.
Telecommunication Call records, bills, usage, etc.
6
Relational Database Concepts
Tables and Rows: Tables are fundamental structures in a relational database,
representing entities or concepts. Rows, also known as tuples or records, contain
the actual data in the entries.
Primary Keys and Foreign Keys: Primary keys uniquely recognize each record in a
table, and the foreign key is used for establishing entities or concepts.
Relationships: It defines how entities or tables are linked to each other, either one-
to-one, one-to-many, or many-to-many.
Normalization and Denormalization: Normalization is the process of organizing
data in a database to reduce redundancy and increase data integrity.
Denormalization is the process of adding redundancy to improve query
performance.
Applications of DBMS
DBMS is an essential tool used for retrieving, storing, and managing data.
Some common applications of DBMS in various fields are :
Enterprise Resource Planning (ERP) Systems
Customer Relationships Management (CRM) Systems
Online Transaction Processing (OLTP) Systems
Data Warehouse and Business Intelligence (BI) Systems
Healthcare Information Systems
Educations Systems
Supply Chain Management Systems
Social Media Platforms