Medium1 markMultiple Choice
Area I: Information SystemsData ManagementSQLArea I

CPA · Question 29 · Area I: Information Systems

Which SQL command is used to remove a table and all its data permanently from the database?

Answer options:

A.

DELETE TABLE

B.

REMOVE TABLE

C.

DROP TABLE

D.

TRUNCATE TABLE

How to approach this question

Distinguish between DELETE (data), TRUNCATE (data, fast), and DROP (object + data).

Full Answer

C.DROP TABLE✓ Correct
DROP TABLE
DROP is a DDL (Data Definition Language) command that deletes the table schema and data. DELETE is DML (Data Manipulation Language).

Common mistakes

Confusing DELETE and DROP.

Practice the full CPA ISC Practice Exam 2

82 questions · hints · full answers · grading

More questions from this exam