Data Manipulation Language (DML)

📝 Data Manipulation Language (DML)

Total Questions: 3
Click an answer to select it, then click "Check Answers" to see your results.
Question 1

What happens to omitted columns when using specific column syntax like `INSERT INTO Employees (EmpID, FirstName) VALUES (1, 'John');`?

A.

A) They are set to zero

B.

B) They receive NULL values

C.

C) The statement fails

D.

D) They use default table values

Question 2

What is the primary purpose of the WHERE clause in an UPDATE statement?**

A.

A) To identify which rows should be updated based on specific conditions

B.

B) To specify which columns should be modified

C.

C) To define the new values being assigned to columns

D.

D) To create a backup of the data before modification

Question 3

What is the primary purpose of the **DELETE** statement in SQL?

A.

A) To create a new table

B.

B) To remove specific rows from a table based on a condition

C.

C) To modify column values in existing rows

D.

D) To add new rows to a table

Quiz Complete!

Score: 0 / 3