Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 1
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 1
Chapter 1
Metadata
Data that describe the properties or characteristics
of other data
Data definition, data structures, rules and
constraints are some of the properties included in
metadata.
information superhighway
data can become a liability
cost of managing and acquiring >> value derived
from it
what do we need?
tools that simplify the task of managing data and
extracting useful information in a timely fashion
What is a Database?
A collection of data that is used by the application
systems of some given enterprise.
Scenario:
A company has a large collection (500 GB) of data
on employees, departments, products, sales and so
on.
data is accessed concurrently
questions about the data must be answered
quickly
changes made to the data by different users must
be applied consistently
access to certain parts of the data (e.g., salaries)
must be restricted.
Data independence
Efficient access.
Data integrity and security.
Uniform data administration.
Concurrent access, recovery from crashes.
Reduced application development time.
Data Owner
the person who makes the strategic and policy
decisions regarding the data of the
enterprise.
Database Administrators
Database Application Programmers
End Users and DBMS Vendors