Database Management Systems and Access Terminology

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/38

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core database terms, Access views, data types, and document properties from the lecture notes.

Last updated 4:27 AM on 8/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

database management system

A software program that lets you create databases and then manipulate data in them.

2
New cards

database

A collection of data organized in a manner that allows access, retrieval, and use of that data.

3
New cards

relational database

A database that consists of a collection of tables that can be joined through a common field; each table contains information on a specific subject, stored in the same file.

4
New cards

unique identifier

A way of uniquely identifying each record in a database; also called primary key.

5
New cards

field

In an Access or in an Excel table or PivotTable, a column containing a specific property for each record, such as a person, place, object, event, or idea.

6
New cards

records

In Access and Excel, a row of data in a table, representing a complete set of field values for a specific person, place, object, event, or idea; also called a tuple.

7
New cards

primary key

The field in a database that contains unique information for each record; also called a unique identifier.

8
New cards

Access work area

The area in an Access window where you work on tables, forms, and reports.

9
New cards

status bar

The gray bar at the bottom of Office app windows that shows status information about the currently open document, worksheet, database, or presentation, as well as containing commands for viewing the file in different ways and for changing the zoom percentage.

10
New cards

datasheet

A spreadsheet-like grid that displays fields as columns and records as rows.

11
New cards

Datasheet view

A view in Access that shows a table as a collection of rows and columns, similar to a spreadsheet.

12
New cards

Object tabs

In Access, tabs at the top of open objects in the work area, such as tables and reports.

13
New cards

Navigation Pane

In Access, a pane in the program window that lets you move between objects (tables, queries, forms, reports, macros, and modules) in the database.

14
New cards

autonumber field

A field type that means Access assigns the value 1 to the first record, 2 to the second record, and so on.

15
New cards

data type

The field property that determines what field values you can enter for the field and what other properties the field will have.

16
New cards

Design view

A view in which the structure of an object can be manipulated.

17
New cards

Currency

In Access, a numeric format within the Format property that displays numbers with a currency symbol. Also a data type for fractional values such as those that represent money.

18
New cards

Number

In Access, data type that represents integer values, or whole numbers, such as quantities, measurements, and scores.

19
New cards

Short Text

In Access, a data type that allows field values containing letters, digits, and other characters.

20
New cards

Date & Time

A data type that stores dates, times, or both.

21
New cards

caption

In Access, a value displayed in place of a field name.

22
New cards

Navigation buttons

Buttons in the lower-left corner of a datasheet or form that allow you to quickly navigate between the records in the underlying object as well as add a new record.

23
New cards

Queries

In Power BI or similar programs, a request for information from a data source.

24
New cards

Form view

A view of a form object that displays data from the underlying recordset and lets you enter and update data.

25
New cards

run

In Access, to open a query and view the fields and records that you have selected for the query presented as a datasheet.

26
New cards

green computing

A practice that involves reducing electricity consumed and environmental waste generated when using computers, mobile devices, and related technologies.

27
New cards

row selector

In Access, the small square at the beginning of a datasheet row that you click to select the entire row; also called the record selector.

28
New cards

form

In Access, an object that provides an easy-to-use data entry screen that generally shows only one record at a time.

29
New cards

database properties

Details about a database file.

30
New cards

metadata

Another name for document properties that includes the author name, the document subject, the document title, and other personal information; used by Windows in document searches.

31
New cards

Keywords

In Office, terms added to a file’s Document Properties that help locate the file in a search.

32
New cards

backup copy

A duplicate of a file or message that is stored in another location for safekeeping.

33
New cards

Automatically updated properties

A file system or document property, such as the date you create or change a file, and statistics, such as the file size.

34
New cards

backing up

To periodically copy a database for storage in a secure location.

35
New cards

save copy

A copy of a database; also called a backup copy.

36
New cards

recover

To return a database to its correct state.

37
New cards

Standard properties

Document properties that are associated with all Microsoft Office files and include author, title, and subject.

38
New cards

compact

To remove empty space from a database.

39
New cards

live database

The version of the database with which you are working.