
Intermediate level flashcard
Flashcard
•
Computers
•
6th - 8th Grade
•
Practice Problem
•
Hard
Imhotep Brooks
FREE Resource
Student preview

13 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which statement will show all fields and records from the table called "celebs"?
Back
SELECT * FROM celebs;
2.
FLASHCARD QUESTION
Front
What is the name of the table in this SQL query?
SELECT player_name, score FROM leaderboard;
Back
leaderboard
3.
FLASHCARD QUESTION
Front
Which SQL statement will show the names and heights of all basketball players taller than 200?
Back
SELECT name, height FROM Player WHERE height >200;
4.
FLASHCARD QUESTION
Front
Which SQL statement will show the names and weights of all wrestlers lighter than 170?
Back
SELECT name, weight FROM Wrestler WHERE weight <170;
5.
FLASHCARD QUESTION
Front
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?
Back
2
6.
FLASHCARD QUESTION
Front
Which SQL statement will show the names and heights of all basketball players taller than 200?
Back
SELECT name, height FROM Player WHERE height >200;
7.
FLASHCARD QUESTION
Front
Which SQL statement will show the names and weights of all wrestlers lighter than 170?
Back
SELECT name, weight FROM Wrestler WHERE weight <170;
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?