Quiz 3 Flashcards

1
Q

Data

A

A collection of numbers and text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Table

A

A list of data organized into fields and records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data type/Field type

A

Defines the type of information that can be stored. i.e. text, numbers, dates, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DBMS

A

A DBMS is a collection of programs that enable you to enter, organize, and select data in a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Report

A

Structures for written output of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Structured Query Language (SQL)

A

The language you use to talk to a database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Information

A

Meaning derived from data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

QBE

A

MS Access 2010 supplies a graphical user interface (GUI) called the Query By Example Grid or (QBE) grid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Fields

A

A piece of a table containing data type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Foreign key

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Database

A

A large collection of data stored in a well-defined structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Query

A

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”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Criterion

A

An expression that tells the DBMS which records to retrieve

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Form

A

Structures for screen views of data
Structures for screen view and input of information
Used to simplify viewing and inputting of information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Primary Key

A

A field, or combination of fields, which uniquely identifies a record in a database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Referential Data Integrity

A

A set of rules that specifies what records may exist in each table. A record input with a foreign key must always have a matching record in the primary key table in the relationship

17
Q

Cascade Delete Related Records

A

Removing any entry in a primary key field will automatically remove all entries in foreign key fields of related tables.

18
Q

Cascade Update Related Records

A

Updating any entry in a primary key field will automatically update all entries in foreign key fields of related tables.

19
Q

Requirements of a valid foreign key

A

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.

20
Q

Creation of dynasets

A

Dynaset only includes records that have matching keys on both tables. This is called an inner join which is the default join type in Access.
When you run the query a dynaset, or subset of the database is displayed.
You can make changes to this dynaset and the changes will be reflected in your database, because the dynaset is just a view of your database

21
Q

Field Properties

A

– Field size
– Input Mask
– Validity
– Default Value