You are on page 1of 8

DATABASE MANAGEMENT

Amar,Jessa
Bayno, Jane
Busa, Jolemma
Tigley, Bernard III

DA
TA
BA
SE
S,
DA
TA,
AN
D
INF
OR
MA
TIO
N

A database is a
collection of data
organized in a
manner that
allows access,
retrieval, and
use of that
data. Data is a
collection of
unprocessed
items, which can
include text,
numbers,
images, audio,
and
video.
Information is
processed data;
that is, it is
organized,
meaningful, and
useful.

With database software,


often called a database
management system
(DBMS), users create a
computerized database;
add, modify, and delete
data in the database; sort
and retrieve data from
the
database; and create forms
and reports from the data
in the database.

Data Integrity
Data integrity identifies the quality of
the data.
Garbage in, garbage out (GIGO) is a
computing phrase that points out the
accuracy of a computers
output depends on the accuracy of the
input. If you enter incorrect data into a
computer
(garbage in), the computer will produce
incorrect information (garbage out).

Qualities of Valuable
Information

Accurate information is error free


Verifiable information can be proven as correct or
incorrect
Timely information has an age suited to its use.
Organized information is arranged to suit the needs
and requirements of the decision maker.
Accessible information is available when the
decision maker needs it.
Useful information has meaning to the person who
receives it.
Cost-effective information should give more value
than it costs to produce.

The Hierarchy of Data


SCHOOL DATABASE

Student File
Instructor File
Student Schedule File
Schedule of Classes File

Characters
a bit is the smallest unit of data the computer can process.

Fields
A field is a combination of one or more related characters or bytes and is the smallest unit
of data a user accesses. A field name uniquely identifies each field. When searching for
data in a database, you often specify the field name.

Data type specifies


the kind of data a field can contain and how the field is used.
Text (also called alphanumeric) letters, numbers, or special characters
Numeric (also called number) numbers only
AutoNumber unique number automatically assigned by the DBMS to
each added record
Currency dollar and cent amounts or numbers containing decimal
values
Date (also called date/time) month, day, year, and sometimes time
Memo lengthy text entries
Yes/No only the values Yes or No (or True or False)
Hyperlink E-mail address or Web address that links to a Web page on
the Internet or document on a local network
Object photo, audio, video, or a document created in other programs
and stored as a bitmap in the database
Attachment document or image that is attached to the field, which can
be opened in the program that created the document or image (functioning
similarly to e-mail attachments)

Records
A record is a group of related fields
A primary key is a field that uniquely identifies
each record in a file. The data in a primary
key is unique to a specific record
In some tables, the primary key
consists of multiple fields, called a composite key.
Files
A data file is a collection of related records stored
on a storage medium such as a hard disk or
optical disc.

You might also like