Chapter-1, Pages 1-9
Chapter-1, Pages 1-9
(DBMS)
Chapter 1: Introduction
Srinivas Jangili
Outline
• Basic Terminology
• What is DBMS?
• Purpose of DBMS
• Disadvantage of File Oriented Approach
• File System Vs DBMS
• View of Data
• Instances and Schemas
• Data Independence
• Data Models
• Database Languages
• Transaction Management
• Storage Management
• Database Users
• DBMS Structures
Data: Data is a raw collection of facts about people,
places, objects, and events, which include text, numbers,
graphics, images, sound, etc. that have meaning in the
user’s environment. Data can be represented in
alphabets (A-Z, a-z), in digits (0-9), and using special
characters (+, -, #, $, etc.).
Information: Information is the processed data on which
decisions and actions are based. Information can be
defined as the organized and classified data to provide
meaningful values.
Metadata: Metadata describes the properties or
characteristics of other data. In simple terms it is data
about data. It includes entity name, field names, their
data type, size, etc.
Data Metadata Information
Data is a raw collection of Metadata is data about data Information is meaningful
facts about people, places, data in an organized form
objects and events
Data is given by the user to Metadata is required for Information is given by the
the computer logical design of a database computer to the user
It requires processing It requires languages such This is processed data
as SQL
It is not meaningful This gives meaning to data This is meaningful
John 51 8 7 25 30 70
Data (here, it is not clear whether ‘51’ is a Roll No or Mark)
Metadata (It includes: field names, field data types and their size,
table name, etc.)
Name Roll No M1 M2 Mid End Total
(Var Char) (Number) (Number) (Number) (Number) (Number) (Number)
John 51 8 7 25 30 70