Demo Teaching
Demo Teaching
Demo Teaching
Management System
Marvin Marquez
UPOU Student
How many minutes it takes to
serch one record frorm 100,000
record?
Can you imagine that it takes one
a bit of seconds to if you deposit
or withdraw an amount in a bank?
What is database?
It is a collection of information that is
organized so that it can easily be
accessed, managed, and updated.
It is a logically organized collection of
data helpful in easy search and
retrieval of data
Databases are intended for storing
and maintaining large amounts of
information
Database Applications
Banking: all transactions
Airlines: reservations, schedules
Universities: registration, grades
Sales: customers, products, purchases
Manufacturing: production, inventory,
orders, supply chain
Human resources: employee records,
salaries, tax deductions
File Systems vs DBMS
Must write special programs to answer each
question a user may want to ask about data
Must protect data from inconsistent changes
made by different users accessing data
concurrently
Must cope with system crashes to ensure data
consistency
Need to enforce security policies in which
different users have permission to access
different subsets of the data
Example of a Traditional
Database Application
Beth Adams 5251 Electric Avenue Lewistown, PA 17044 (814) 555-0165 Engineering
Maggie Taylor 227 S. Allen Street State College, PA 16803 (814) 555-0771 Marketing
Matt Peterson 212 S. Allen Street State College, PA 16803 (814) 555-1111 Sales
What is a
Relational Database?
The term relational database comes
from the mathematical definition of a
relation, or set. All objects in a
relation must have the same
properties or characteristics
The point? Tables group similar data
or objects, with use one table per set
of objects