Fundamentals of Database Systems Lect 1
Fundamentals of Database Systems Lect 1
s of Database
Systems
INSTRUCTOR NATNAEL
ALEMU
Outline
DATABASES AND DATABASE USERS UNDERSTAND THE BASIC CONCEPTS OF LECTURE ONE
FILING SYSTEM AND DATABASE DESIGN DATABASE SYSTEMS
METHODOLOGY
DATABASE SYSTEM CONCEPTS AND
ARCHITECTURE.
Introduction
A database is a collection of related data
Formal definition and properties that need to be fulfilled by a database is
A database represents some aspect of the real world.
A database is a logically coherent collection of data with some inherent
meaning.
A database is designed, built, and populated with data for a specific purpose
Database Management System
Is a system used for defining, constructing, manipulating, and sharing
databases among various users and applications
Defining a database involves specifying the data types, structures, and
constraints
Constructing the database is the process of storing the data
Manipulating a database includes functions such as querying the database to
retrieve specific data
Functionalities of DBMS
Query
Transaction
Protection
Maintaining Data
University Database
Data Elements
Data Type
Database users
Database Administrators
Database Designers
End Users