MCQ Practice Quiz

0.0(0)
studied byStudied by 5 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

MS Access Database Systems

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

In MS Access, a database is primarily composed of

Tables

2
New cards

A row in a table is also referred to as a

Record

3
New cards

A primary key in MS Access must

Uniquely identify each record

4
New cards

Which of the following is used to enforce a relationship between tables

Foreign key

5
New cards

In Access, which data type is best for storing currency values

Currency

6
New cards

A one-to-many relationship means

One record in the first table relates to many records in the second

7
New cards

To create a new blank database in MS Access, you first choose 

File, New, Blank Database

8
New cards

The AutoNumber field is used when

Unique sequential numbers are needed for each record

9
New cards

To prevent duplicate values in a column, you should

Set it as primary key or unique indexed

10
New cards

In table design view, which property ensures a field cannot be left empty

Required

11
New cards

Lookup fields in Access are used for

Selecting values

12
New cards

Which view is used to create and modify queries in MS Access

Design View

13
New cards

In MS Access, which type of query retrieves records that meet specific criteria

Select Query

14
New cards

A query that allows changing data in a table is called

Update Query

15
New cards

Which query type in Access creates a new table from existing data

Make-Table Query

16
New cards

To find the average salary from an Employee table, you would use

Aggregate Function

17
New cards

Which wildcard character in Access represents multiple characters in a LIKE query

*

18
New cards

If you want a query to prompt the user for input, you use

Parameter Query

19
New cards

Which join type returns all records from both tables, regardless of match

Full Outer Join

20
New cards

In MS Access, an Inner Join will

Return only matching records between the two tables

21
New cards

If you want to see all customers, even those without orders, you should use

Left Join between Customers and Orders

22
New cards

Compact and Repair Database in MS Access is used for

Reducing file size and fixing corruption issues

23
New cards

Which feature prevents accidental changes to data structure in Access

Setting Database Password

24
New cards

A split database in MS Access typically means

Tables are in one file, while query forms and reports are in another

25
New cards

Backup of an Access database can be created using

File, Save As, Backup Database

26
New cards

The Report Wizard in MS Access is mainly used for

Quickly generating reports with grouping and summaries

27
New cards

Which of the following is NOT a purpose of using a Form in MS Access

Generate summarized data reports

28
New cards

A filter in MS Access allows you to

Display only records meeting specific conditions

29
New cards

Which statement about outer joins in MS Access is correct

They return all rows from one table and matching rows from another

30
New cards

When applying a Right Outer Join between Table A and Table B in Access, the result will include

All rows from Table B and only matching rows from Table A