Isb11c - Database Systems Lecture 1
Isb11c - Database Systems Lecture 1
DATABASE
SYSTEMS
Company
LOGO
What is the Machine Language?
Binary System.
In the Machine Language, data and instructions are represented
electronically with a binary, or a two-state, numbering system.
What is the Binary System?
Kilobyte–abbreviated K, KB or K-byte
– is equivalent to approx. 1000 bytes. More precisely, 1 kilobyte is
equal to 1024 bytes.
Megabyte–MB or M-byte
– represents 1 million bytes
Gigabyte – GB or G-byte
– represents about a billion bytes
Terabyte – TB or T-byte
– represents about 1 trillion bytes
Binary Coding Schemes
6
Let’s summarize some key points:
11
What is an Information System?
Corporate
Team, Division,
Unit
Individual
Levels of Management in an Information System
• CORPORATE
corporate information that is useful for the whole
organization.
Also known as ‘global’ information
Examples: include policies and procedures, HR
information, online forms, phone directory, etc.
• Team, division, business unit
covers all the information shared within teams, divisions,
business units, etc.
Management or supervisory level
Examples include project documentation, business unit
specific content, meeting minutes, etc
Levels of Management in an Information System
• Individual
managing an information system that handles the
personal information needs of staff
Example includes email, internal and external
correspondence and reports
A database management system
(DBMS) is a collection of programs that
manages the database structure and
controls access to the data stored in the
database. In a sense, a database
resembles a very well-organized electronic
filing cabinet in which powerful software,
known as a database management
system, helps manage the cabinet’s
contents.
Data Hierarchy
centralized database
supports data located at a
single site
distributed database
supports data distributed
across several different sites
Expected type and Extent of use.
Operational database (sometimes referred to as a transactional
or production database) – supports a company’s day-to-day
operations
For example, transactions such as product or service sales,
payments, and supply purchases reflect critical day-to-day
operations. Such transactions must be recorded accurately and
immediately
Data warehouse focuses primarily on storing data used to generate
information required to make tactical or strategic decisions.
Such decisions require extensive “data massaging” (data
manipulation) to extract information to
formulate pricing decisions, sales forecasts, market positioning,
and so on.
Most decision support data are based on data obtained from
operational databases over time and stored in data warehouses.
can store data derived from many sources.
Degree to which data are structured
Unstructured data are data that exist in their original (raw) state
- unstructured data exist in a format that does not lend itself
to the processing that yields information.
Structured data are the result of taking unstructured data and
formatting (structuring) such data to facilitate storage, use, and the
generation of information.
You apply structure (format) based on the type of processing that
you intend to perform on the data.
For example,
data value 37890 might refer to a zip code, a sales value, or a
product code.
If stored as text, you cannot perform mathematical computations
with it.
if value represents a sales transaction, it is necessary to format it
as numeric.
Why is database design important?