Learn to Use MS Access 2016

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/40

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering essential terms and definitions from the lecture on MS Access 2016, including database fundamentals, Access interface components, data types, keys, queries, relationships, forms and reports.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards

Database

An organised collection of related tables that stores data in a structured way.

2
New cards

Table

A database object that holds data in rows (records) and columns (fields).

3
New cards

Record

A single, complete row of related data within a table.

4
New cards

Field

A column in a table that stores one specific type of data for all records.

5
New cards

MS Access 2016

Microsoft’s relational database management system (RDBMS) included in the Office suite.

6
New cards

RDBMS (Relational Database Management System)

Software that creates, manages and manipulates relational databases.

7
New cards

Flat Database

A single-file database with no relations to other files; similar to a spreadsheet.

8
New cards

Relational Database

A set of related tables that are connected through key fields.

9
New cards

Distributed Database

A central database whose data is stored at multiple network locations for shared access.

10
New cards

Data Redundancy

Unnecessary duplication of data within a database.

11
New cards

Data Inconsistency

Mismatched or conflicting data that arises when redundant data is not synchronised.

12
New cards

Ribbon

The command bar at the top of Access that groups tools into tabs and groups.

13
New cards

Quick Access Toolbar

Customisable toolbar on the title bar that provides one-click access to common commands like Save, Undo and Redo.

14
New cards

Navigation Pane

The left panel that lists all database objects (tables, queries, forms, reports, etc.).

15
New cards

Datasheet View

Table view that shows data in a row-and-column grid, allowing direct data entry and editing.

16
New cards

Design View

Table view used to define or modify field names, data types and descriptions.

17
New cards

Primary Key

A field that uniquely identifies each record in a table and cannot contain duplicates or null values.

18
New cards

Candidate Key

Any field that could uniquely identify records; one candidate key is selected as the primary key.

19
New cards

Foreign Key

A field in one table that matches the primary key of another table to create a relationship.

20
New cards

Template (Access)

A pre-built database containing tables, queries, forms and reports for a specific purpose.

21
New cards

SQL (Structured Query Language)

Standard language used to retrieve, insert, update and delete data in a database.

22
New cards

Query

A request that extracts specific data from one or more tables based on given criteria.

23
New cards

Criteria (in Query design)

Conditions entered in a query that determine which records are returned.

24
New cards

Form

A user-friendly interface for entering, viewing or editing data in a table.

25
New cards

Report

A formatted output of data designed for printing or presentation.

26
New cards

Data Type

The kind of value a field can hold, such as text, number or date.

27
New cards

Short Text

Data type that stores up to 255 characters of letters, numbers or symbols; text values are not used in calculations.

28
New cards

Long Text

Data type that stores lengthy text up to about 65,536 characters.

29
New cards

Number

Data type for numeric values used in mathematical calculations.

30
New cards

Currency

Data type that stores monetary values including currency symbols, decimals and commas.

31
New cards

Date/Time

Data type that stores calendar dates and time values.

32
New cards

Yes/No

Boolean data type that stores only two values such as True/False or Yes/No.

33
New cards

Sorting

Arranging records in ascending or descending order based on a field’s values.

34
New cards

Filtering

Temporarily displaying only the records that meet specified conditions.

35
New cards

Relationship

A connection between tables based on key fields (e.g., one-to-one or one-to-many).

36
New cards

Ascending Order

Sort order that arranges values from smallest to largest or A to Z.

37
New cards

Descending Order

Sort order that arranges values from largest to smallest or Z to A.

38
New cards

Navigation Buttons

Controls at the bottom of Datasheet view that move to first, previous, next, last or new record.

39
New cards

Data Manipulation

Operations such as creating, deleting, updating and retrieving data in a database (CRUD).

40
New cards

Design Grid (Query)

Lower pane of the query window where fields, sort order and criteria are specified.

41
New cards

Template Gallery

The ‘More templates’ area in the New window where additional database templates can be downloaded.