Q. Which of the following is the correct syntax for using the TRUNCATE statement?
β
Correct Answer: (C)
TRUNCATE TABLE TABLE-NAME;
Explanation: The correct syntax to use truncate statement is,
TRUNCATE TABLE TABLE-NAME;