




















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These lecture notes provide an overview of database management systems (dbms), covering topics such as databases, data and information, hierarchy of data, maintaining data, file processing vs. Databases, database management systems, web databases, and database administration. Students will learn about the role of dbms, data types, file maintenance, query languages, and database administration.
Typology: Exercises
1 / 28
This page cannot be seen from the preview
Don't miss anything!





















Ajaz Khan Baig
2
Database Management
Reference:
Discovering Computers 2011: Living in a Digital World Chapter 10
10/29/
Database software, often called a database management
system (DBMS), allows users to:
Data is organized in layers
Files, records, fields, characters
Common data types include:
Users add new records to a file when they obtain new data
Users modify a record to correct inaccurate data or update
old data
Validation compares data with a set of (validation
checks/) rules or values to find out if the data is
correct
A DBMS provides several tools that allow users and
programs to retrieve and maintain data in the database
A query language consists of simple, English-like
statements that allow users to specify the data to
display, print, or store
Query by example (QBE) provides a GUI to assist
users with retrieving data
A form is a window on the screen that provides
areas for entering or modifying data in a database
A report generator allows users to design a report
on the screen, retrieve data into the report design,
and then display or print the report