Part 1 - Concept of Database Database
Part 1 - Concept of Database Database
Ms. Brown
MS Access as a database
program
►MS Access is a program that allows you
to create and manage databases.
A database is a place where you
can store information related to a
specific topic.
⚫Why Do we Need a
Database?
What is a Database?
⚫A database is a program that allows
you to store information related to a
specific topic in an organized way.
What is a Database Cont.?
is made up of Tables
Auto Number A unique sequential number assigned by Access whenever a new record
is added to a table.
Yes/No Yes and No values and fields that contain only one of two values
(Yes/No, True/False or On/Off).
Hyperlink Text or combination of text and numbers stored as text and used as a
link to another object or location.
Data type Settings Cont.
Setting Data Type
Alphanumeric Alphanumeric data can consist of a combination
of numbers, letters and symbols.
Example:
second creation (title) AND Wilmut and Campbell
(author) AND 2000 (year)
Activity
⚫Create a new database file name Mailing List
⚫Set the primary key
⚫ID Data Type – Auto Numbers
⚫Save
⚫Close
CREATING A DATABASE
In order to launch/start database, do the
following:
START 🡪 All
Programs 🡪
Microsoft
Office 🡪 MS
Access 2003
Class Activity
⚫Create and save a new table named
Customer in the mailing List database using
the field properties below.
Field Name Field Type Field Size
Customer NO Text 5
Address Text 20
Country Text 20
Enter the following information below in your database
Last name First name Customer Address Post code Credit limit
No
Hussey Earl 95501 21 King Street Kingston 20,000.00
Byte Used to store integer values between 0 and 255 without decimal
places.
Integer Used to store integer values between -32,768 to 32,767 without
decimal places.
Long Integer Used to store integer values between approximately -2 million
and + 2 million without decimal places.