Delete and Truncate are the right answers but they are not specified. There is a difference between delete and truncate. While deleting rows, holes will be created and if changes are not committed, by doing rollback, we can get the data back. It is a data manipulation language (DML) statement. Whereas Truncate is Data definition language (DDL) and we cannot get data back
Truncated