Which statement is true about TRUNCATE and DELETE?

Which statement is true about TRUNCATE and DELETE?
A. You can never TRUNCATE a table if foreign key constraints will be violated.
B. For large tables TRUNCATE is faster than DELETE.
C. For tables with multiple indexes and triggers DELETE is faster than TRUNCATE.
D. You can never DELETE rows from a table if foreign key constraints will be violated.

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “Which statement is true about TRUNCATE and DELETE?

  1. B
    (Truncate operations drop and re-create the table, which is much faster than deleting rows one by one, particularly for large tables)

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.