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