0% found this document useful (0 votes)
18 views19 pages

01 Slide Presentation 1

Uploaded by

shiaaarin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views19 pages

01 Slide Presentation 1

Uploaded by

shiaaarin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

UNIT 1

Fundamentals of
Database Systems
LESSON 1 – Database Systems
Roles and Advantages of
DBMS

Types of Databases
Database Systems
Importance of Database
Design

File System Data Processing


LEARNING OBJECTIVES
❑Differentiate data from information
❑Compare the types of databases
❑Identify the importance of database design
❑Summarize the disadvantages in file system data
Database Systems
DATA INFORMATION

VS

https://www.tcd.ie/disability/assets/images/DLO/Information.jpg
https://cassandrajohn.files.wordpress.com/2016/07/
data_analysis.jpg?w=840
Database Systems

Database is a shared, integrated computer structure that


houses a collection of the following:
❑End-user data – that is, raw facts of interest to the end user.
❑Metadata, or data about data, through which the end-user
data is integrated and managed. (Coronel and Morris, 2017, p.
6).
Roles and Advantages
of DBMS

Database Management
System (DBMS) is a collection
of programs that manages the
database structure and
controls access to the data
stored in the database.
https://miro.medium.com/max/1838/1*iDcgUCw_MtRSuKLBGEaJ4Q.jpeg
Roles and Advantages
of DBMS

❑The DBMS serves as the


intermediary between the user
and the database.
❑The database structure itself is
stored as a collection of files, and
the only way to access the data
in those files is through the
DBMS.
Advantages of DBMS
Improved data Improved data Better data
sharing security integration

Minimized data Improved data Improved


inconsistency access decision making

Increased end-
user productivity
Types of Databases

❑Single-user database
❑Desktop database
❑Multiuser database
❑Enterprise database
❑Centralized database
Types of Databases

❑Distributed database
❑Cloud database
❑General-purpose database
❑Discipline-specific database
❑Operational database
❑Analytical database
https://124135-361502-raikfcquaxqncofqfm.stackpathdns.com/asset/img/blog/banners/data_dictionary_erd_model.png

Database Design refers to the activities that


Importance of focus on the design of the database
Database Design structure that will be used to store and
mange end-user data.
Oftentimes the database design does not get the attention it
Importance of deserves. This can occur for numerous reasons such as:
❑Insufficient specifications and/or poor logical data modeling
Database
❑Not enough time in the development schedule
Design ❑Too many changes occurring throughout the development
cycle
❑Database design assigned to, or performed by novices

https://124135-361502-raikfcquaxqncofqfm.stackpathdns.com/asset/img/blog/banners/data_dictionary_erd_model.png
The first step in constructing a physical database should be
transforming the logical design using best practices. The
transformation consists of the following:
Importance of • Transforming entities into tables
Database • Transforming attributes into columns
Design • Transforming domains into data types and constraints
• Transforming relationships into primary and foreign keys
https://124135-361502-raikfcquaxqncofqfm.stackpathdns.com/asset/img/blog/banners/data_dictionary_erd_model.png
File System Data
Processing

The file system method of organizing and


managing data was a definite
improvement over the manual system,
and the file system served as useful
purpose in data management for over two
(2) decades.

https://miro.medium.com/max/670/1*wPqqYFfNreXF4INrNhYkeQ.jpeg
File System Data
Processing
A critique of the file system method
serves two (2) major purposes:
❑Understanding the shortcomings of the
file system enable you to understand
the development of modern databases.
❑Many of the problems are not unique to
file systems. Failure to understand such
problems is likely to lead their
duplication in a database environment,
even though database technology
makes it easy to avoid them.

https://miro.medium.com/max/670/1*wPqqYFfNreXF4INrNhYkeQ.jpeg
File System Data
Processing
The following problems associated with
file systems, whether created by Data
Processing (DP) specialist or through a
series of spreadsheets, severely challenge
the types of information that can be
created from the data as well as the
accuracy of the information:
❑Lengthy development times
❑Difficulty of getting quick answers
❑Complex system administration
❑Lack of security and limited data
sharing
❑Extensive programming

https://miro.medium.com/max/670/1*wPqqYFfNreXF4INrNhYkeQ.jpeg
File System Data
Processing

Structural and Data Dependence


❑Structural dependence – A data
characteristic in which a change in the
database schema affects data access,
thus requiring changes in all access
programs.
❑Data dependence – A data condition in
which data representation and
manipulation are dependent on the
physical data storage characteristics.

https://miro.medium.com/max/670/1*wPqqYFfNreXF4INrNhYkeQ.jpeg
File System Data
Processing

Data Redundancy
❑Exists when the same
data is stored
unnecessarily at
different places.

https://miro.medium.com/max/670/1*wPqqYFfNreXF4INrNhYkeQ.jpeg
File System Data
Processing

Data Anomalies
❑A data abnormality in
which inconsistent
changes have been
made to a database.

https://miro.medium.com/max/670/1*wPqqYFfNreXF4INrNhYkeQ.jpeg

You might also like