SQL SELECT

Quiz
•
Computers
•
8th - 10th Grade
•
Medium

David Jonathan Alford
Used 277+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement will show all fields and records from the table called "celebs"?
SELECT * FROM celebs;
SELECT FROM celebs;
SELECT forename, surname FROM celebs;
SELECT celebs;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The SQL statement being run is:
SELECT player_name, score FROM leaderboard;
What is the name of the table in this query?
SELECT
player_name
score
leaderboard
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The SQL statement being run is:
SELECT player_name, score FROM leaderboard;
How many columns of results will be shown when this query is run?
0
1
2
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement will show the names and heights of all basketball players taller than 200?
SELECT name FROM Player WHERE height >200;
SELECT name FROM Player WHERE height >=200;
SELECT name, height FROM Player WHERE height >200;
SELECT name, height FROM Player WHERE height <200;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement will show the names and weights of all wrestlers lighter than 170?
SELECT name, weight FROM Wrestler WHERE weight >170;
SELECT name, weight FROM Wrestler WHERE weight <= 170;
SELECT name, weight FROM Wrestler WHERE weight <170;
SELECT name, weight FROM Wrestler WHERE weight >=170;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which character always appears at the end of a SQL statement?
;
:
,
.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these statements will show all wrestlers sorted from the heaviest to the lightest?
SELECT * FROM Wrestler WHERE weight <170;
SELECT * FROM Wrestler WHERE weight >170;
SELECT * FROM Wrestler ORDER BY weight ASC;
SELECT * FROM Wrestler ORDER BY weight DESC;
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Sec 1

Quiz
•
10th Grade
13 questions
Word processing - selection

Quiz
•
4th - 12th Grade
10 questions
Adobe Premiere Pro Basics

Quiz
•
9th - 12th Grade
15 questions
J277 Networks and Protocols

Quiz
•
8th - 10th Grade
8 questions
Blender L1

Quiz
•
7th - 9th Grade
15 questions
InDesign and Typography

Quiz
•
9th - 12th Grade
10 questions
J277 - 2.2 - The use of SQL to search for data

Quiz
•
10th Grade - University
13 questions
🎯 2nd MP Mid Term Quiz

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade