SQL fun!

SQL fun!

Assessment

Flashcard

Computers

7th Grade

Easy

Created by

Wayground Content

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How many records are in this table?

Back

6

2.

FLASHCARD QUESTION

Front

How many fields are there?

Back

4

3.

FLASHCARD QUESTION

Front

Which field is the key field? Options:

ID

,

Name

,

HighScore

,

Competition

Back

ID

4.

FLASHCARD QUESTION

Front

What is the ID of the records that are returned when the SQL statement "SELECT * FROM Gymnasts WHERE Name='Xavier'"?

Back

0005

5.

FLASHCARD QUESTION

Front

What is the ID of the records that are returned when the SQL statement "SELECT * FROM Gymnasts WHERE HighScore > 8.4"?

Back

0001

6.

FLASHCARD QUESTION

Front

Which SQL statement will return the most records?

  • SELECT * FROM Gymnasts WHERE HighScore > 8.0
  • SELECT * FROM Gymnasts WHERE Competition LIKE R%
  • SELECT * FROM Gymnasts WHERE Competition LIKE %o%
  • SELECT * FROM Gymnasts WHERE Name LIKE %i%

Back

SELECT * FROM Gymnasts WHERE Name LIKE %i%

7.

FLASHCARD QUESTION

Front

Which of the following is NOT a SQL command?

SELECT

,

FROM

,

LIKE

,

SIMILAR

,

DISTINCT

Back

SIMILAR

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?