wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Information Management - QUIZ

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What does SQL stand for?

a)

Structured Language Query

b)

Simple Query Language

c)

Structured Query Language

d)

Sequential Query Language

2.

Which SQL keyword is used to retrieve data from a database?

a)

GET

b)

FETCH

c)

EXTRACT

d)

SELECT

3.

Which SQL command is used to insert data into a database?

a)

INSERT

b)

ADD

c)

UPDATE

d)

PUT

4.

What does the SQL acronym DDL stand for?

a)

Database Design Language

b)

Data Description Language

c)

Data Declaration Language

d)

Data Definition Language

5.

Which SQL clause is used to filter the result set?

a)

HAVING

b)

FROM

c)

WHERE

d)

FILTER

6.

Which SQL statement is used to delete records from a database

a)

DELETE

b)

REMOVE

c)

ERASE

d)

DROP

7.

What does SQL JOIN do?

a)

Updates existing rows in a table

b)

Deletes rows from a table

c)

Combines rows from two or more tables

d)

Sorts the result set

8.

Which SQL function is used to count the number of rows in a result set?

a)

SUM()

b)

MAX()

c)

AVG()

d)

COUNT()

9.

What does SQL DML stand for?

a)

Data Manipulation Language

b)

Data Modification Language

c)

Data Modeling Language

d)

Data Mapping Language

10.

Which SQL keyword is used to change data in a database?

a)

ALTER

b)

UPDATE

c)

CHANGE

d)

MODIFY

11.

What does SQL CRUD stand for?

a)

Create, Read, Use, Delete

b)

Collect, Read, Use, Delete

c)

Collect, Read, Update, Delete

d)

Create, Read, Update, Delete

12.

Which SQL statement is used to create a new table?

a)

MAKE TABLE

b)

NEW TABLE

c)

CREATE TABLE

d)

ADD TABLE

13.

What does SQL NULL represent?

a)

Zero value

b)

Non-numeric value

c)

Infinite value

d)

Empty value

14.

Which SQL keyword is used to specify the sorting order?

a)

ORDER BY

b)

GROUP BY

c)

ARRANGE

d)

SORT

15.

Which SQL function is used to find the highest value in a column?

a)

MAX()

b)

HIGHEST()

c)

PEAK()

d)

TOP()

16.

What does SQL RDBMS stand for?

a)

Rational Database Management System

b)

Robust Database Management System

c)

Reliable Database Management System

d)

Relational Database Management System

17.

Which SQL command is used to make changes to the structure of a table?

a)

CHANGE TABLE

b)

MODIFY TABLE

c)

ALTER TABLE

d)

UPDATE TABLE

18.

Which SQL function is used to find the sum of values in a column?

a)

TOTAL()

b)

SUM()

c)

AGGREGATE()

d)

ADD()

19.

In a relational database, what is a primary key?

a)

A unique identifier for each record in a table

b)

A key used for sorting the records in a table

c)

A key used for accessing the database management system

d)

A key used for joining multiple tables together

20.
  1. What SQL command is used to delete an entire table from the database?

a)

REMOVE

b)

DELETE

c)

DROP

d)

TRUNCATE