SQL stands for (a) .
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
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 Quizizz
11 questions
HTML CSS - Missing Symbols

Quiz
•
9th - 12th Grade
15 questions
Filtering

Quiz
•
10th - 11th Grade
12 questions
Quiz 1 Bases de datos Facundo Navas Mantilla

Quiz
•
11th Grade
13 questions
SQL INSERT

Quiz
•
10th - 11th Grade
10 questions
SQL- Join, Group by, having

Quiz
•
9th - 12th Grade
12 questions
Review for CSS Test

Quiz
•
9th - 12th Grade
10 questions
Web Design: Pop Quiz

Quiz
•
10th - 12th Grade
17 questions
PHP MySQL

Quiz
•
7th Grade - Professio...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University