
Subqueries Quiz
Authored by John Ulakovich
Information Technology (IT)
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which key is used to represent relationships between tables?
Foreign key
Primary key
Secondary key
Tertiary key
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the relationship between tables in a database called?
Foreign key relationship
Primary key relationship
Unique key relationship
Composite key relationship
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the given SQL query, what is being selected?
SELECT supplierID
FROM products
WHERE productName LIKE '%bread%';
productName
supplierID
productID
customerID
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the '%' symbol in the SQL query?
SELECT supplierID
FROM products
WHERE productName LIKE '%bread%';
To represent a wildcard for any sequence of characters
To denote a comment
To specify a column name
To indicate a table name
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of data is being queried in the example?
SELECT *
FROM suppliers
WHERE id IN ( SELECT DISTINCT supplierID
FROM products
WHERE productName LIKE '%bread%' );
Customer data
Supplier data
Order data
Employee data
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be the result if the 'LIKE' clause was changed to 'NOT LIKE' in the query?
SELECT DISTINCT supplierID
FROM products
WHERE productName LIKE '%bread%';
It would select all products
It would select products not containing 'bread'
It would select products containing 'bread'
It would cause an error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the SQL function MIN() return?
The maximum value in a column
The average value in a column
The minimum value in a column
The sum of values in a column
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?