Which statement will show all fields and records from the table called "celebs"?
SQL SELECT

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

David Jonathan Alford
Used 273+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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 Quizizz
12 questions
Review for CSS Test

Quiz
•
9th - 12th Grade
15 questions
AP CSP Exam Review: Big Idea 3

Quiz
•
8th - 10th Grade
10 questions
SQL

Quiz
•
10th Grade
10 questions
Microsoft Windows

Quiz
•
4th Grade - University
10 questions
MySQL Basic Syntax (Reviewer)

Quiz
•
10th Grade
15 questions
SQL in Databases

Quiz
•
10th Grade
10 questions
S3 Scratch Revision 1

Quiz
•
10th Grade
13 questions
Board Game Trivia!

Quiz
•
5th Grade - University
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
30 questions
Linear Inequalities

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

Quiz
•
9th - 12th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th 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