wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SQL Basics Quiz

Total questions: 10

Worksheet time: 50secs

Name
Class
Date
1.

What does SQL stand for?

a)

Sequential Query Language

b)

Structured Query Language

c)

Simple Query Logic

d)

Server Query Language

e)

Standard Query Level

2.

Which SQL command is used to retrieve data from a table?

a)

INSERT

b)

CREATE

c)

SELECT

d)

DELETE

e)

DROP

3.

Which of the following is a function of SQL?

a)

Design web pages

b)

Manage operating systems

c)

Store and retrieve data in databases

d)

Generate source code

e)

Perform system backup

4.

The keyword FROM in a SQL statement is used to:

a)

Specify the format of the result

b)

Select data columns

c)

Indicate the data source table

d)

Filter the output

e)

Create new columns

5.

What does the WHERE clause do in SQL?

a)

Shows column headers

b)

Adds new data

c)

Sorts the result

d)

Filters data based on a condition

e)

Renames a table

6.

What does the DROP command do in SQL?

a)

Retrieves all data

b)

Deletes data permanently

c)

Deletes tables or databases

d)

Creates a new row

e)

Filters queries

7.

Which tool is specifically mentioned in the seminar for working with SQL?

a)

Oracle Studio

b)

MySQL Workbench

c)

MySQL Shell

d)

pgAdmin

e)

SQL Studio

8.

The SQL language is considered:

a)

Procedural

b)

Declarative

c)

Functional

d)

Object-Oriented

e)

Scripting

9.

What command is used to delete a database?

a)

DELETE

b)

DROP

c)

CLEAR

d)

REMOVE

e)

DESTROY

10.

To create a new database, you would use:

a)

INSERT

b)

SELECT

c)

CREATE

d)

DEFINE

e)

MAKE