Databases Flashcards
Primary Key
Something that uniquely identifies each record entered
Foreign Key
Something that has identical data to that of a primary key, but is located in a different table
Table
This is where the fields are set and the data is entered
Query
This is the stage where the manipulation and sorting of data occurs
Report
This is the end result of the data and is the output of the database
Validation Rule
This is a rule put in place to control what is inputed into the table eg. Between 3000 and 3999
Input Mask
This allows a person to restrict what can be entered but more specific eg. \0!400 000 000
Convention
Something that is usually done
Format
The way in which something is arranged or set out
Entity Relationship Diagram
This is a diagram which shows entities, attributes and relationships between tables
Normalisation
This is the reorganisation of data so that it meets three basic requirements
Testing
This is the process of ensuring that the output of data is as expected
One-to-Many
One-to-One
Many-to-Many
These are type of relationships and show the connection between two tables
Field Type
This describes the attribute and the format in which it takes eg. Short Text, numeric, boolean
Attribute
This is a feature of a table eg. Name, Address