wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SQL Data Manipulation Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does DML stand for?

a)

Data Manipulation Language

b)

Data Management Language

c)

Data Model Language

2.

What are the three core statements of DML?

a)

INSERT, UPDATE, DELETE

b)

SELECT, INSERT, DELETE

c)

UPDATE, DELETE, CREATE

3.

What is the purpose of the INSERT statement?

a)

To add new records to a database table

b)

To modify existing data

c)

To remove unwanted records

4.

What does the UPDATE statement do?

a)

Modifies existing data within a table

b)

Adds new records

c)

Removes records

5.

What is the purpose of the DELETE statement?

a)

To remove unwanted records from a table

b)

To modify existing data

c)

To add new records

6.

What is a NULL value in a database?

a)

Represents missing information

b)

Represents a zero value

c)

Represents a default value

7.

What is the ISNULL function used for?

a)

To replace NULL values with a placeholder

b)

To check for NULL values

c)

To count NULL values

8.

What are Check Constraints used for?

a)

To enforce specific data formats or ranges

b)

To delete unwanted records

c)

To update existing data

9.

What is a key security consideration for DML?

a)

User Permissions

b)

Data Redundancy

c)

Data Backup

10.

What is the purpose of parameterized queries?

a)

To prevent SQL injection attacks

b)

To speed up data retrieval

c)

To simplify SQL syntax