SQL Reboot Quiz

SQL Reboot Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

MySQL

MySQL

Professional Development

20 Qs

SELECT 2

SELECT 2

Professional Development

10 Qs

DataBase Quiz - CME Workshop

DataBase Quiz - CME Workshop

Professional Development

20 Qs

Database SQL Part 1 V1

Database SQL Part 1 V1

Professional Development

13 Qs

CCL Coding Standards

CCL Coding Standards

Professional Development

11 Qs

Subqueries Quiz

Subqueries Quiz

Professional Development

15 Qs

User defined functions and Window functions Quiz

User defined functions and Window functions Quiz

Professional Development

15 Qs

Success Forge SQL Server Quiz

Success Forge SQL Server Quiz

Professional Development

15 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?