database Flashcards
database
alternative key
Field by which a database is often searched.
auditing
Recording database transactions made by users (e.g. all edits, reads) for security purposes.
Boolean operators
AND, OR, and NOT operators used in a query.
character check
Ensuring a field contains only the specified character types.
check digit
Way of checking mathematically if a item of data has been correctly entered.
Comma Separated Values
In computing, a comma-separated values (CSV) file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format.
composite key
Primary key which consists of more than one field.
computer matching
Combining several databases to build up more information about a person or set of people.
consistency check
Validation check in which two fields’ values are mutually dependent.
CSV
File format for transferring data, which stores fields and records in a plain text file, separated by commas. See also TSV (Tab Separated Values).
data entry form
Screen used to input data into a database.
data integrity
Ensuring data is correct, consistent, and update to date.
data matching
Combining several databases to build up more information about a person or set of people.
data mining
Searching collections of data for hidden patterns.
Data Protection Act
UK law that governs the collection and use of personal data.
data redundancy
Data in a database which is needlessly duplicated.
data types
Format of data in a field, such as text, number, or date.
data warehouses
Vast databases containing many gigabytes of data.
Database Management System
Software used to create, enter, edit, and retrieve data in a database.
DBMS
Software used to create, enter, edit, and retrieve data in a database.
field
Single item of data about a single record in a database.
field size
Validation technique. Number of characters that can be stored in a field.
flat file database
Database which consists of just one table.
foreign key
Database field whose sole purpose is to form part of a relationship with another table.
forms
Screen used to input data into a database.