Quiz 3 Flashcards
Data
A collection of numbers and text
Table
A list of data organized into fields and records
Data type/Field type
Defines the type of information that can be stored. i.e. text, numbers, dates, etc.
DBMS
A DBMS is a collection of programs that enable you to enter, organize, and select data in a database.
Report
Structures for written output of data
Structured Query Language (SQL)
The language you use to talk to a database
Information
Meaning derived from data
QBE
MS Access 2010 supplies a graphical user interface (GUI) called the Query By Example Grid or (QBE) grid
Fields
A piece of a table containing data type
Foreign key
A field that defines a relationship between 2 tables.
1) Must be a primary key (unique) in at least one of the tables
2) The field names on each table do not have to match as long as the information is the same.
3) The related fields must be the same data type number, text etc.
Database
A large collection of data stored in a well-defined structure
Query
Question structures to sort, filter and select specific information
Used to extract information from a database
A request for information from a database
To extract information from the Database you must use a Query which is a “question” or “request”
Criterion
An expression that tells the DBMS which records to retrieve
Form
Structures for screen views of data
Structures for screen view and input of information
Used to simplify viewing and inputting of information
Primary Key
A field, or combination of fields, which uniquely identifies a record in a database