You are on page 1of 10

Week 1: Databases and Database Users

Course Learning Outcomes:


▪ Understand what’s the difference between data, database and database management system.

▪ Discuss the advantages of using the DBMS Approach

▪ Recognizes the different users of Database


Week 1: Databases and Database Users

Databases and database technology have had a serious impact on the growing use of
computers. Its play a critical role in most areas where computers are used, including
business, electronic commerce, social media, engineering, medicine, genetics, law,
education, and humanistic discipline.
Week 1: Databases and Database Users

▪ Database – collection of related data.

▪ Data – facts that can be recorded and that have implicit meaning.
Week 1: Databases and Database Users

▪ A database management system (DBMS) is a computerized system that


enables/permits users to create and maintain a database.

▪ An application program can access the database by sending queries or requests


for data to the DBMS. A query typically causes some data to be retrieved; and
every transaction in the database may cause some data to be read and some data
to be written into the database.
Week 1: Databases and Database Users
Week 1: Databases and Database Users
Week 1: Databases and Database Users

The University database is organized as five (5) files, each of which stores data records
of the same type.

▪ STUDENT file stores data on each student.


▪ COURSE file stores data on each course.
▪ SECTION file stores data on each section of a course.
▪ GRADE_REPORT file stores the grades that students receive in the various sections
they have completed.
▪ PREREQUISITE file stores the prerequisites of each course.
Week 1: Databases and Database Users

▪ Database Administrators

▪ Database Designers

▪ End Users
Week 1: Databases and Database Users

▪ Controlling Redundancy

▪ Restricting Unauthorized Access

▪ Providing Backup and Recovery

▪ Providing Multiple User Interfaces

You might also like