Basic Vocabulary Terms Flashcards

1
Q

Database

A

A collection of information related to a particular topic or purpose

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

Database Management System (DBMS)

A

A program such as Microsoft Access that stores, retrieves, arranges, and formats information contained in a database

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

Database modeling

A

The process of strategically planning where to store each piece of information you wish to include in your database

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

Data sheet

A

A format of columns and rows displaying information

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

Field

A

Appears as columns in a table and cells in a form

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

Field data types

A

A characteristic of a field that determines what kind of data it can store (Text, Number, Date, etc.)

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

Form

A

A structured document with specific areas for viewing or entering data one record at a time

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

Join Line

A

The line between two tables identifying the common field between them

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

Nonrelational database

A

Flat file database; Stores information in one table

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

Object

A

A component of a database, such as a table, query, form, or report

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

One-to-Many relationship

A

A relationship in which a record in the primary table can be related to one or more records in the related table

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

One-to-One relationship

A

A relationship between two tables in which for each record in the first table, there is only one corresponding record in the related table

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

Primary Key

A

A field in a table whose value uniquely identifies each record in the table

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

Query

A

A request for a particular collection of data in a database

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

Query By Example (QBE) grid

A

The portion of the Query Design window used for selecting fields, setting criteria, and setting sort order in a select query

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

Record

A

A row in a table or spreadsheet

17
Q

Related Table

A

A table with a common field that uses values stored in a primary table

18
Q

Relational Database

A

A database that is useful for maintaining and analyzing complex information stored in a number of tables

19
Q

Relationship

A

The direct or indirect association between any two tables in a database

20
Q

Report

A

A formatted collection of information organized to provide printed data on a specific subject

21
Q

Select Query

A

A query that answers a question about one or more tables by limiting the number of records and fields displayed

22
Q

Table

A

An arrangement of related information stored in columns and rows