Link back to course outline

Chapter 1 Introduction to Database Systems

Overview:

Name Phone# Address
ADAM 333-4444 215 Main St.
BETTY ...... ........
TOM ...... .......
....... ...... .....
........ ....... .....
Column:   fields or attributes
Row:       records or tuples
  • A Database Management System (DBMS) is a software package designed to store and manage database.
  • Operation on files:
  • The purpose of database system is to maintain information, and to make that information available on demand.
  • Software:  (interface)
  • The advantages of using DBMS:
    Before the concept of DBMS has been created, people open a "file" to get data and store data in a file.

    Q1:  If you can store data in a file, why do you need a database system?

    Q2: Assume that you need a database system, what should a database system have? i.e. What is a database system able to do? Link back to course outline