SQL Reboot Quiz

SQL Reboot Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

SQL

SQL

Professional Development

10 Qs

Communication using Ms Word

Communication using Ms Word

Professional Development

10 Qs

IS4H Introduction to Computers Module 2 Nursing Leadership

IS4H Introduction to Computers Module 2 Nursing Leadership

Professional Development

15 Qs

Learn by Doing Excel

Learn by Doing Excel

3rd Grade - Professional Development

13 Qs

DataBase Quiz - CME Workshop

DataBase Quiz - CME Workshop

Professional Development

20 Qs

MySQL

MySQL

Professional Development

20 Qs

Social Media Basics for Educators

Social Media Basics for Educators

9th Grade - Professional Development

15 Qs

Microsoft Office Excel Chapter 2

Microsoft Office Excel Chapter 2

Professional Development

17 Qs

SQL Reboot Quiz

SQL Reboot Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Education Admin

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?
Structured Query Language
Sequential Query Logic
Standard Query List
Scripting Quick Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which clause is used to retrieve data from a table?
INSERT
WHERE
SELECT
CREATE

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

You want to select all columns from the table People. Fill in the blank: SELECT ___ FROM People

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which clause filters rows based on conditions?
ORDER BY
WHERE
FROM
GROUP BY

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SELECT DISTINCT do?
Sorts the data
Removes duplicates
Filters rows
Adds new columns

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

You want to rename the column name as first_name. Fill in the blank: SELECT name ___ first_name FROM People

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for pattern matching in SQL?
IN
AND
LIKE
SUM

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?