Search Header Logo

Microsoft Access Query Basics

Authored by Teacher davil

Computers

9th Grade

Used 2+ times

Microsoft Access Query Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a SELECT query in Microsoft Access?

To update existing records in the database

To retrieve data from one or more tables based on specified criteria.

To delete data from the database

To create a new table in the database

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you filter data in a query using the WHERE clause?

SELECT * FROM table_name HAVING column_name = 'desired_value';

SELECT * FROM table_name WHERE column_name LIKE 'desired_value';

SELECT * FROM table_name WHERE column_name != 'desired_value';

SELECT * FROM table_name WHERE column_name = 'desired_value';

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to sort results in a query in ascending order?

DESC

SORT

ASC

UP

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Microsoft Access, how do you sort results in descending order?

SORT BY fieldName DESC

DESCENDING fieldName

SORT fieldName DESC

ORDER BY fieldName DESC

ORDER fieldName ASC

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for selecting specific columns in a query?

SELECT column1 column2 FROM table_name;

SELECT column1, column2 WHERE table_name;

SELECT column1, column2 FROM table_name;

SELECT * FROM table_name;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you filter data based on multiple conditions using the WHERE clause?

SELECT * FROM table_name WHERE condition1 NOT condition2;

SELECT * FROM table_name WHERE condition1 XOR condition2;

SELECT * FROM table_name WHERE condition1 OR condition2;

SELECT * FROM table_name WHERE condition1 AND condition2;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the LIKE operator in a query?

To delete records from a table

To sort the results in ascending order

To perform mathematical calculations in a column

To search for a specified pattern in a column.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?