SQL Basics Quiz

SQL Basics Quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

İNGİLİZCE 3. ÜNİTE TEST

İNGİLİZCE 3. ÜNİTE TEST

8th Grade

15 Qs

5.GM.3.4 Indep Practice Part 1

5.GM.3.4 Indep Practice Part 1

5th Grade - University

10 Qs

3.7.24  Triangular Pyramids II

3.7.24 Triangular Pyramids II

6th - 8th Grade

11 Qs

English 8 Form Grammar Challenge

English 8 Form Grammar Challenge

8th Grade

10 Qs

teaching prodject

teaching prodject

8th Grade

13 Qs

2nd Assessment

2nd Assessment

8th Grade

11 Qs

Numbers and figures

Numbers and figures

6th - 8th Grade

10 Qs

RC SLAB 1

RC SLAB 1

2nd Grade - University

15 Qs

SQL Basics Quiz

SQL Basics Quiz

Assessment

Interactive Video

Others

8th Grade

Easy

Created by

Peter Hyland

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a database used for?

To process data quickly

To display data visually

To store a large amount of information

To store a small amount of information

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which three words are essential for basic SQL queries?

SELECT, FROM, WHERE

INSERT, DELETE, UPDATE

JOIN, GROUP BY, ORDER BY

CREATE, DROP, ALTER

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'SELECT' keyword do in SQL?

It updates data in a table

It inserts data into a table

It retrieves data from a table

It deletes data from a table

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you retrieve the names of cheeses priced over two pounds?

SELECT name FROM cheese_table WHERE price > 2

SELECT price FROM cheese_table WHERE name > 2

SELECT name FROM cheese_table WHERE price < 2

SELECT * FROM cheese_table WHERE price > 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What result would you get from the query: SELECT name, color FROM cheese_table WHERE strength = 2?

Mild Cheddar, Orange

Edam, Yellow

Mature Cheddar, Yellow

Stilton, White

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Boolean operator would you use to combine conditions in SQL?

AND

OR

NOT

BOTH

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the result of the query: SELECT name, color FROM cheese_table WHERE strength > 1 AND color = 'yellow'?

Mild Cheddar, Orange

Mature Cheddar, Yellow

Stilton, White

Edam, Yellow

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?