The TABLE Keyword

The TABLE keyword has no effect on this statement, but it can be included to make your code more legible for human readers. Both of the following statements have the same effect, deleting all rows and any related index data from the customer table:
TRUNCATE TABLE customer;

TRUNCATE customer;