Week 1 - Databases and Database Users
Week 1 - Databases and Database Users
1
Database and Database Users
Introduction
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.
Databases
Course Module
Database Management System
The word query, is a question or an inquiry, is sometimes loosely used for all types of
interactions with databases, including modifying the data.
An Example
Simple example of a University database for maintaining information concerning students,
courses, and grades during a university environment.
Course Module
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.
Database Users
Database Administrators
Administering the primary resource which is the database, and the secondary
resource which is the DBMS is the responsibility of the database administrator (DBA).
The DBA is liable for authorizing access to the database, coordinating and
monitoring its use, and acquiring software and hardware resources as required.
The DBA is responsible for problems such as poor security and poor system response
time.
Database Designers
Database designers are liable for identifying the data to be stored within
the database and for selecting appropriate structures to represent and store this
data.
Database designers is responsible to communicate with other database users in
order to know their requirements and to create a design that meets their
requirements.
End Users
End users are the people whose jobs require access to the database for querying,
updating, and generating reports; the database primarily exists for his or her use.
Fundamentals of Database Systems
5
Database and Database Users
Controlling Redundancy
It is used to improve the performance of queries.
Course Module
References and Supplementary Materials
Books and Journals
1. Ramez Elmasri and Shamkant B. Navathe; 2016; Fundamentals of Database Systems;
USA; Pearson
Online Supplementary Reading Materials
1. RelationalDBDesing; https://www.relationaldbdesign.com/basic-sql/module3/intro-
relational-databases.php; March 31, 2020
2. Advantages of Database Management System;
https://www.tutorialspoint.com/Advantages-of-Database-Management-System;
March 31, 2020