Search Header Logo
Intermediate level flashcard

Intermediate level flashcard

Assessment

Flashcard

Computers

6th - 8th Grade

Practice Problem

Hard

Created by

Imhotep Brooks

FREE Resource

Student preview

quiz-placeholder

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?