SQL fun!

SQL fun!

7th Grade

11 Qs

quiz-placeholder

Similar activities

Advanced SQL

Advanced SQL

KG - University

10 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

S3 Databases Knowledge Check

S3 Databases Knowledge Check

2nd - 9th Grade

15 Qs

Databases - Logic Operators

Databases - Logic Operators

3rd - 12th Grade

10 Qs

Web-based Development

Web-based Development

5th Grade - University

15 Qs

Databases - DBMS

Databases - DBMS

1st - 11th Grade

10 Qs

Quiz - Consulta SQL - DS1

Quiz - Consulta SQL - DS1

7th Grade

10 Qs

SQL DML

SQL DML

6th - 8th Grade

14 Qs

SQL fun!

SQL fun!

Assessment

Quiz

Computers

7th Grade

Medium

Used 301+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

How many records are in this table?

7

6

5

4

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

How many fields are there?

4

5

6

7

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Which field is the key field?

ID

Name

HighScore

Competition

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

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

0001

0002

0003

0004

0005

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

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

0001

0002

0003

0004

0005

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Which of the following statements 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%

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is NOT a SQL command?

SELECT

FROM

LIKE

SIMILAR

DISTINCT

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?