SQL 3

Quiz
•
Computers
•
11th Grade
•
Medium
O Hawkridge
Used 7+ times
FREE Resource
14 questions
Show all answers
1.
DROPDOWN QUESTION
30 sec • 1 pt
SQL stands for (a) .
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes the function of a primary key in a database?
A method to secure database access
A unique identifier for each record
A way to enhance the performance of database queries
A tool for defining relationships between tables
3.
MULTIPLE CHOICE QUESTION
1 min • 3 pts
Select the appropriate SQL query to show...
The title and description of all reviews for products that cost less than £100.
SELECT title, description
FROM Product, Review
WHERE Product.ProductID = Review.ProductID
AND Price < 100
SELECT title, description
FROM *
WHERE Price < 100
SELECT *
FROM Product, Review
WHERE Product.ProductID = Review.ProductID
SELECT title, description
FROM Product
WHERE Product.ProductID = Review.ProductID
AND Price <= 100
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which word is missing from the following SQL statement?
SELECT * table_name
WITH
WHERE
FROM
AND
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How would we script a SQL query to select "Description" from the Item table?
SELECT Item.Description
EXTRACT Description FROM Item
SELECT Item FROM Description
SELECT Description FROM Item
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which query would return only the fields DesignerID and Designer?
SELECT * FROM Designers
SELECT DesignerID, Name FROM Designers
SELECT DesignerID AND Designer FROM Designers
SELECT DesignerID, Designer FROM Designers
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
You are required to update the phone number for only the DesignerID "SMI01" in the "Designer" table. Which of these would successfully do that?
UPDATE Designer SET PhoneNo = '01224123456'
UPDATE Designer (PhoneNo) VALUES ('01224123456')
UPDATE Designer SET PhoneNo = '01224123456' WHERE DesignerID = 'SMI01'
UPDATE PhoneNo = '01224123456' FROM Designer WHERE DesignerID = 'SMI01'
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
SQL

Quiz
•
11th - 12th Grade
10 questions
Game Art and Design - Quiz #1 based on Objectives 101 - 1.03.

Quiz
•
KG - 11th Grade
11 questions
RO93 Quiz

Quiz
•
11th Grade
10 questions
Data vs Information

Quiz
•
10th - 11th Grade
12 questions
What is the Web? Quiz Review

Quiz
•
9th - 12th Grade
10 questions
Digital Mktg : Website Considerations

Quiz
•
11th - 12th Grade
10 questions
Quantum Computing

Quiz
•
8th Grade - University
10 questions
App inventor

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade