Save
Yr10
Computing
Databases
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Amina Matiza
Visit profile
Cards (31)
Database
A collection of data items and
links
between them,
structured
in a way that
allows
it to be
accessed
by a number of
different
application
programs
View source
Key Database Definitions
Table
Records
Field
Primary key
View source
Table
A structure where data is organised in
rows
and
columns
, used to store
data
about
related
items
View source
Records
A
collection
of
data
items, which may be of
different
data
types
, all
relating
to an
individual
or
object
View source
Field
A part of a
record designed
to hold a
single data item
of a specified data type
View source
Primary key
A
field
that
uniquely
identifies
an
individual
record in a
table
View source
Foreign key
The
primary
key
in one
table
which is included in another
table
to form a
relationship
(a link) between the two tables
View source
Data Types
Autonumber
Text
Date
and
Time
Number
Currency
Yes
/
No
View source
Autonumber
A
number
field, where the database chooses the next available
number automatically
View source
Text
Used to
store
a
string
of
characters
(letters & numbers) up to a
certain field size
View source
Date
and
Time
Can store a specific
date
and
time
, can be formatted to display in different ways
View source
Number
Stores a
numeric
value, could be an
integer
or
decimal
number
View source
Currency
Stores a value of a specific amount of
money
, with set
currency
symbol such as $ or €
View source
Yes
/
No
Stores only one of
two
options, Yes or No, can be displayed as a
checkbox
in the database
View source
Validation
Checks
Presence Check
Length Check
Type Check
Format Check
Range Check
View source
Presence Check
Ensures that data has been
entered
into a
field
View source
Length Check
Ensures
that data entered has the
correct
number
of
characters
or
doesn't
exceed
the
amount
View source
Type Check
Ensures that
data entered
is of the
correct data type
View source
Format
Check
Ensures
that data entered is of an
exact
format
(possibly matching an
input
mask)
View source
Range Check
Ensures
that
data
entered
is within an acceptable
range
(possibly between a
lower
and
upper
boundary)
View source
Database Relationship
A
link
between
two
tables
in a database using a
field
that
exists
in
each
of the
tables
View source
To make a
database
relationship,
the
primary
key
of one table will be
stored
as a
foreign key
in another table
View source
Types of Database Relationships
One to One
One to Many
Many to Many
View source
Data Capture Form
A
database
object that can be
used
to
enter,
edit or
display
data
from a
table
or a
query
View source
Good
Data
Capture Form
Has a
user friendly interface
with
good colours
and layout
Hides
the complexity from the user and gives help for completing the
form
Provides options for the user to
choose
from to
speed up data entry
View source
Query
A
question
used to
search selected information
from a database
View source
Query Conditions
Equal
to-=
Between
2
values
AND-Both
conditions
OR-either
condition
Greater
than-
>
Greater
than
or
equal-
>=
Less
than-<
Less
than or
equal-
<=
View source
Report
Allows
tables
and
results
from
queries
to be
presented
in a user
friendly
way
View source
Grouping
a Report
Records can be grouped by
similar
data
View source
Sorting a Report
Records can be sorted in
ascending
or
descending
order
View source
Data validation
aims to make sure data is sensibly , reasonable , complete and within acceptable
boundaries