DATABASE MANAGEMENT1.pptx
DATABASE MANAGEMENT1.pptx
La
DATABASE
MANAGEMENT
4TH FORM
Specific Objectives
• Define the term database.
• Correctly label the parts of a database table.
• Distinguish between database fields and records
• Correctly use database terminologies (fields, records, entity,
etc).
• Define other terms and concepts related to database
management. Definition of database keys
Primary key
Secondary key or Alternate key
Composite key
Candidate key
Foreign key
What is a Database?
⦿ An organized collection of Information
⦿ Examples of Manual databases:
-Telephone book
-Mailing List
-Recipe book
-Book shelf
⦿ In Ms Access database is a set of an organized collection of related
information to a specific purpose or topic.
⦿ It includes tools needed to work with data:
-Sorting
-Extracting
-Summarizing
Database Hierarchy
Database
Table(s)
Is made up of
Table(s)
Records
Is made up of
Fields
Records
Database Terminology - Table
Table - is a collection of related records, made of a
set of rows and columns. Also called a relation.
Database Terminology - Record
• Record – is a row of data , or a collection of related
fields in a database. For example:
First name Lastnam Address City Cust_ID
e
Kevin Nevers 2 Rose St Kingston 220
RESEARCH AND
PRESENT THE DIFFERENT
MICROSOFT ACCESS
DATA TYPES
Microsoft Access Data Types
Data Type Description
Text Use for text or combinations of text
and numbers. 255 characters
maximum
Memo Memo is used for larger amounts of
text. Stores up to 65,536
characters. Note: You cannot sort a
memo field. However, they are
searchable