Truncate or Empty Table in Teradata

There is no TRUNCATE command in Teradata. Instead, you can make use of DELETE ALL command

DELETE databasename.tablename ALL;