Home »
MCQs »
SQL MCQs »
SQL Table MCQs
Select the correct statement (3)
14. Select the correct statement.
- TRUNCATE TABLE is faster than DELETE TABLE statement.
- TRUNCATE TABLE uses fewer resources than DELETE TABLE statement.
- Both A) and B)
- None of the above
Answer: C) Both A) and B)
Explanation:
TRUNCATE TABLE uses fewer resources and is faster than DELETE TABLE command.