Q. What does the TRUNCATE TABLE Statement do?
β
Correct Answer: (C)
By executing this SQL statement, all records in the SQL database will be deleted.
Explanation: By executing TRUNCATE TABLE SQL statement, all records in the SQL database will be deleted.