Save
Block 1
Part 4: A World Built Of Data
Flat Databases
Save
Share
Learn
Content
Leaderboard
Learn
Created by
King Mole
Visit profile
Subdecks (2)
Interacting with databases
Block 1 > Part 4: A World Built Of Data > Flat Databases
19 cards
Cards (28)
Flat
database
The simplest of all databases, also called a
table
View source
Field
A
column
in a database table
View source
Record
A
row
in a database table
View source
College_Table
can store up to
three
courses for each student using the fields Course_1, Course_2 and Course_3
View source
Course
lengths are stored in the fields Course_1_Weeks, Course_
2
_Weeks and Course_3_Weeks
View source
Common data types used in databases
Text
Number
Date
and
time
Currency
Logical
View source
The database developer is responsible for choosing appropriate data
types
for each field
View source
Advanced databases support a wider range of data types, including the storage of
pictures
, video,
audio
, formatted documents, links to data on the web or other databases
View source
The
database designer can program the database with rules to check every value as they are
entered
View source
See all 28 cards