Which of the following SQL statements is correct?
TRUNCATE Sales TABLE
TRUNCATE * FROM TABLE Sales
TRUNCATE TABLE Sales
All the above