Keywords 14 - Databases Flashcards
Data
Raw facts and figures
Table
A structure in which data is stored in a database
Flat file database
A database whose records are stored in one table only
Record
A collection of data about one single item in a database
Field
One piece of data about an item in a database
Data type
The format of a piece of data in a database e.g. Text, Date/Time, Integer, Real, Boolean
Primary key
The unique identifier for each record in a database
Index
A list of values or terms
Relational database
A database that has several tables linked by primary key fields
Foreign key
A primary key that appears in another table in a relation database and forms the unique link between two tables
Query
A method of searching a database
SQL (Structured Query Language)
A programming language used for maintaining databases and generating queries
Query-by-example
A method of searching a database by stating the criteria to be searched
Data validation
The process of checking that data input is reasonable
Data verification
The process of checking that data input is correct. This is comparatively rare, but is usually done by double entry.