
sql practice

Quiz
•
Information Technology (IT)
•
9th Grade
•
Easy
Thomas Bui
Used 3+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write an SQL query to display the title and author of all books.
SELECT books FROM title, author;
SELECT title, author FROM books;
SELECT author, catno FROM books;
SELECT author, title FROM fiction;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write an SQL query to display the title of all fiction books;
SELECT books FROM title WHERE fiction = True;
SELECT title FROM fiction;
SELECT title FROM books WHERE fiction = True;
SELECT fiction FROM books WHERE title = True;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write a query to select titles of all paperback non-fiction books.
SELECT title FROM books WHERE fiction = True and paperback = True;
SELECT title FROM books WHERE fiction = False and paperback = True;
SELECT title FROM books WHERE fiction = False;
SELECT title FROM books WHERE paperback = False AND fiction = True;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write an SQL query to display the title of all books that are under the price of 20.00.
WHERE price = 20.00 SELECT title FROM books;
SELECT title FROM books WHERE price = 20.00;
SELECT title FROM books WHERE price > 20.00;
SELECT title FROM books WHERE price < 20.00;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many rows will the following query display? SELECT title FROM books WHERE fiction = False;
5
3
8
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the first row displayed for the following query? SELECT title FROM books WHERE paperback = True ORDER BY stocklevel ASCENDING;
Computer Science
The Princes' Story
The Princess' Story
The Ancient World
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What number will the following query display? SELECT SUM(stocklevel) FROM books WHERE fiction = False;
33
858
25
13
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is the 'title' field useable as a primary key?
No
Yes
Similar Resources on Wayground
12 questions
File Compression and Digital Audio/Video Formats

Quiz
•
9th - 12th Grade
9 questions
Wireshark Quiz

Quiz
•
9th - 12th Grade
10 questions
Table Management in Word

Quiz
•
9th Grade
10 questions
EXCEL

Quiz
•
9th - 12th Grade
12 questions
html QUIZ

Quiz
•
9th - 10th Grade
12 questions
Class 9 Review Questions-MS Excel

Quiz
•
9th Grade
10 questions
Network secutiry

Quiz
•
9th Grade - University
10 questions
Exploring AI in Our World

Quiz
•
5th Grade - University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Information Technology (IT)
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
7 questions
EAHS PBIS Lesson- Bathroom

Lesson
•
9th - 12th Grade
57 questions
How well do YOU know Neuwirth?

Quiz
•
9th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade