88. Database - SQL Query Quiz

88. Database - SQL Query Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

MySQL Quiz

MySQL Quiz

9th Grade

14 Qs

Libre office writer

Libre office writer

9th Grade

15 Qs

Google Slides Review (4th)

Google Slides Review (4th)

4th Grade - University

13 Qs

ASK F3 (4.1.1 Pangkalan Data & SQL)

ASK F3 (4.1.1 Pangkalan Data & SQL)

9th Grade

10 Qs

Digital Security : Cyber Safety Quiz 2

Digital Security : Cyber Safety Quiz 2

9th - 10th Grade

10 Qs

MySQL kelas 9

MySQL kelas 9

9th Grade

15 Qs

S3 Databases Knowledge Check

S3 Databases Knowledge Check

2nd - 9th Grade

15 Qs

SQL Bronze Award Revision

SQL Bronze Award Revision

9th - 10th Grade

11 Qs

88. Database - SQL Query Quiz

88. Database - SQL Query Quiz

Assessment

Passage

Computers

9th Grade

Hard

Created by

Andy Workman

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of SQL in a relational database?

To search for data

To create and delete records

To modify and manipulate records

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL command 'select population from world where name equals Germany' do?

None of the above

Selects the population of Germany

Selects the name of Germany

Selects the entire world database

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL wildcard '%' represent?

Any single character

Any string of characters

Any number

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'like' operator in SQL?

To check for exact matches

To check for partial matches

None of the above

To check for null values

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL command 'select * from world where name like 'A%' and population > 10000000 order by name' do?

Selects all fields where name starts with 'A' and population is less than 10 million

None of the above

Selects all fields where name starts with 'A' and population is greater than 10 million

Selects all fields where name starts with 'B' and population is greater than 10 million

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL command 'select name from world where population > (select population from world where name equals Algeria)' do?

Selects the name of the country with the highest population

Selects the name of the country with the lowest population

None of the above

Selects the name of the country with a population greater than Algeria

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using brackets in SQL queries?

To group multiple conditions together

None of the above

To specify the order of operations

To indicate the start and end of a query

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?