Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: Explain the difference between DELETE and TRUNCATE commands.
Answer: DELETE is used to remove rows from a table based on a condition. TRUNCATE removes all rows from a table without logging individual row deletions.

Example:

DELETE FROM table WHERE condition;
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook