Chapter 2 : Database Design Concepts Flashcards
field
a single bit of info about a person or an item, e.g. age
record
a group of related fields about a person or item that is captured in the table
primary key
a compulsory field that holds a unique (one of its kind) identifier for each record in the database
what does each table consist of?
fields and records
what do you use a PK for?
refer to specific record in tbl, only to that one
which field to use as PK?
- can use existing
- better to create new field
- ensures no duplicates
how is data stored?
1s and 0s - binary code
how does the computer read these 1s and 0s?
uses data structures that describe specific sequence for data to be organised to organise, understand relations between data + interpret the 1s and 0s
how is data and instructions communicated through computers?
- data (all types) converted into computer-readable form (binary)
- processed
- data converted into human-readable form > meaningful info > knowledge > understood and used
how do DBs begin?
valuable metadata and data
what is metadata?
a set of data that describes and gives info about other data
what model is used to understand the progression of data?
the infoneering model
draw the infoneering model
check later
characteristics of a good DB
- store all relevant data + meet all requirements
- relate tbls by means of a relationship
- multiple isolated simultaneous permitted user access
- multiple UIs depending on role
Dontneedtoknow what are the other characteristics of a good DB
all the ‘data’s - think characteristics of quality data