DBAdminFund RL 1.1
DBAdminFund RL 1.1
DBAdminFund RL 1.1
REVIEW LESSON
Lesson Objective:
1.1: Understand how data is stored in tables. This objective may include but is not limited
to: understanding what a table is and how it relates to the data that will be stored in the
database; columns/fields, rows/records
Preparation Details
Teaching Guide
Essential Vocabulary:
field—A location in a record in which a particular type of data is stored. Data = some
value; a single entry in a table.
column—A group of items that are listed up and down (that is, vertically) in a table.
row—A group of items that are listed across (that is, horizontally), left to right, in a table.
table—A data structure characterized by rows and columns, with data occupying or
potentially occupying each cell formed by a row-column intersection.
record—A data structure that is a collection of fields (elements), each with its own name
and type; a group of fields across one row.
variable—In a database, it refers to the label of a column.
I am not sure if providing an example of a table here will enhance clarity, for example the
following table and the associated verbiage can be included to provide examples.
Lesson Sequence