Search Header Logo

Mastering Access SQL Queries

Authored by Clinton Lough

Information Technology (IT)

12th Grade

Used 1+ times

Mastering Access SQL Queries
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement would you use in Microsoft Access to display all columns from a table named `Students`?

SELECT * OF Students;

SELECT * FROM Students;

SHOW ALL FROM Students;

DISPLAY * FROM Students;

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Fill in the blank: Write the SQL query to select only the `FirstName` and `LastName` columns from the `Teachers` table.

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement would you use to join the `Orders` table and the `Customers` table on the `CustomerID` field?

SELECT * FROM Orders JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

SELECT * FROM Orders, Customers WHERE Orders.CustomerID = Customers.CustomerID;

SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

SELECT * FROM Orders OUTER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to display all records from the `Employees` table, even if there is no matching record in the `Departments` table, which join should you use?

INNER JOIN

LEFT JOIN

RIGHT JOIN

CROSS JOIN

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Fill in the blank: Write the SQL query to list all books along with their author's name, assuming `Books.AuthorID = Authors.AuthorID`.

Evaluate responses using AI:

OFF

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?