Database
Database
manner to make the retrieval of these data items from the database, based on a given criteria be
as easy and quickly as possible.
A Database is
Types of database
Access
Sql
Oracle
Early examples of database applications were accounting systems and airline reservations
systems, such as SABRE, developed starting in 1957.
Others
1. Stealing
2. Destruction
1
4. Reduce data duplication
5. Enhance data security- use of password and username
6. Reduce data redundancy-minimises duplication of data by integrating files so that same
data is stored in one file.
7. Ensure data integrity- ensure data comply with the set up standards in order to ensure its
validity and consistency.
1. Character- is the simplest basic unit that accepts only one character at a time. Eg A, ?
2. Fields- is a combination of characters, it is a predefined area that stores a particular piece
of data items such as a name.
3. Records- is a collection of fields. Name+date of birth+address forms a record. In a table
it is a row.
4. Files- is a combination of records. It is a data structure that is used to store data on a large
storage device eg hard disk.REGNOB
Features of a database
1. Tables- are the fundamental database structures organized in rows and columns for the
storage of data. The rows hold complete records while columns contain common fields
such as customer ID, name etc
Data types in a table: one the correct data type utilized
2
2. Queries:- is a tool used to ask questions about the data in the database stored in the
tables. It is used to retrieve specific data items from the tables. Structured Query
Language (SQL) statements are used.
3. Forms- are Graphical User Interface(GUI) that enable the user to enter data into the
database tables.
4. Reports- used to display data from the tables and queries. Reports cannot be used to
enter data into the tables.
Creating a database.
Students details
Students RESULTS
ADMNO EXAM
2340 PASS
3
2341 PASS
2342 FAIL
2342 CREDIT
EXERCISE