Data Processing Note
Data Processing Note
Data Processing Note
Arrow keys Moves one cell at a time up, down, left, or right
Disadvantages of a database
• Virus can corrupt the data in the database.
• Unskilled DBA could lead to deficiency of data in the
database.
• Unauthorised access to the database can lead to data
corruption.
• Target to hawkers.
• If the integrity of the DBA is at stake then the information
in the database is not secured.
Database packages
The following are examples of database packages,
• Microsoft Access
• Mysql
• Foxpro
• Clipper
• Sybase
• Oracle
• SQL sever
• RBase
• FoxBase
PARTS OF A DATABASE
The database is made up of several
components or objects, some of these objects
are,
– Tables
– Queries
– Forms
– Reports
– Macros etc.
Database Models/Structure
This is a theory or specification describing how a
database is structured and used.
It determines in which manner data can be stored
organized and manipulated in a database system.
The following are the common database models.
– Flat model
– Hierarchical model
– Relational model
– Network model
Flat model
The flat model (table) consists of a single, two-
dimentional array of data elements, where
each member in the same column are similar
in value and all members in a row are related
and are called record. Example is as shown
below,
ID NAME CLASS PHONE NUMBER
Hierarchical model
Network model
This model is similar to hierarchical model but
it is composed for each child having more than
one parent. The model offers many-to-many
relationship as against hierarchical which is
one-to-many. The diagram below is an
example of Network model,
MATHS ENGLISH YORUBA
LAP DDL
Application program
DML
PAP
DD
Application program
Components of DBMS
From the diagram above application programs
access the DBMS, while the DBMS access the
database for the actual data. The access between
the application programs and the DBMS is called
Logical Access Path(LAP), which shows the logical
view of the data as perceived by application
program or users.