Database Query Basics Quiz

Database Query Basics Quiz

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Basics of Databases - Quiz

Basics of Databases - Quiz

9th Grade

15 Qs

Form 3 - Information Technology Quiz

Form 3 - Information Technology Quiz

9th Grade - University

21 Qs

Mastering Express JS Concepts

Mastering Express JS Concepts

12th Grade - University

15 Qs

SQL BERTINGKAT

SQL BERTINGKAT

10th Grade

20 Qs

Mastering SQL Concepts

Mastering SQL Concepts

12th Grade

15 Qs

Components of a URL Quiz

Components of a URL Quiz

9th Grade

16 Qs

Database Concepts Quiz 2

Database Concepts Quiz 2

10th Grade

18 Qs

Member Table Quiz

Member Table Quiz

10th Grade

16 Qs

Database Query Basics Quiz

Database Query Basics Quiz

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Easy

Created by

Fadi Fadi

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a parameter query?

A query that retrieves all records in a table

A query that prompts the user for input when it runs

A query that deletes records from a database

A query that only works with one table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used for a wildcard character in a query?

@

*

#

&

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a wildcard search?

LIKE "J*"

= "James"

> 2000

SUM(Amount)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A multi-table query is used to...

Retrieve data from multiple tables using relationships

Delete all records in a table

Sort records in ascending order

Create a new table from an existing one

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL statement SELECT * FROM Books WHERE Title LIKE "A*"; do?

Selects all books with titles that start with "A"

Deletes all books with titles that start with "A"

Selects all books published in the year "A"

Displays only books whose title contains "A"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A query that asks the user to input a value before running is called a...

Wildcard query

Parameter query

Append query

Multi-table query

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does LIKE "?istory" return?

Only the word "history"

Any word ending with "istory" but with any first letter

Only the word "mystory"

An error message

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?