COM 1226 Lecture7 Databases
COM 1226 Lecture7 Databases
Definition,
Meaning, Types, Example
What is Data?
DBMS serves as
an efficient Application
DBMS offers a A DBMS uses
handler to Uniform programmers
variety of various powerful
balance the administration never exposed to
techniques to functions to store
needs of multiple procedures for details of data
store & retrieve and retrieve data
applications data. A DBMS representation
data. The DBMS efficiently.
using the same schedules and storage.
data. implies integrity
concurrent
constraints to get Reduced
Offers Data access to the
a high level of Application
Integrity and data in such a
protection Development
Security. manner that only
against Time.
one user can
prohibited
access the same
access to data.
data at a time.
Disadvantage of DBMS
Most database
Cost of Hardware and management systems
DBMS may offer
Software of a DBMS is are often complex
plenty of advantages
quite high which systems, so the
but, it has certain
increases the budget training for users to
flaws-
of your organization. use the DBMS is
required.
In some organizations,
all data is integrated
Use of the same
into a single database
program at a time by DBMS can't perform
which can be
many users sophisticated
damaged because of
sometimes lead to the calculations.
electric failure or
loss of some data.
database is corrupted
on the storage media.
Summary
• Definition of Database or Database meaning: A database is a systematic collection of data. They support electronic storage
and manipulation of data. Databases make data management easy.
• DBMS stands for Database Management System
• We have four major types of DBMSs namely Hierarchical, Network, Relational, Object-Oriented
• The most widely used DBMS is the relational model that saves data in table formats. It uses SQL as the standard query
language