Database Management
Accenture Technical PrimermediumDatabase ManagementData Definition Language

__________ command is used to delete the records and _________ command is used to delete the db objects?

Answer options

A
DELETE, TRUNCATE
B
TRUNCATE, DROP
C
DROP, DELETE
D
DELETE, DROP

Correct answer: DELETE, TRUNCATE

Explanation

Quick AnswerThe correct answer is DELETE, TRUNCATE because it directly addresses the core logic of Database Management.

DELETE removes records (DML); TRUNCATE removes all rows and resets table (DDL).

Related Accenture Database Management questions

Practice more Accenture Database Management questions

PrimerPrep has 1400+ practice questions, 2026 simulations and coding hands-on — all free.

Watch Walkthroughs!