Which of the following statement is true?
(a) DELETE does not free the space containing the table and TRUNCATE free the space containing the table
(b) Both DELETE and TRUNCATE free the space containing the table
(c) Both DELETE and TRUNCATE does not free the space containing the table
(d) DELETE free the space containing the table and TRUNCATE does not free the space containing the table
This question was posed to me in an internship interview.
The origin of the question is Basic SQL in division Laying the Foundation of SQL Server