Usage Truncate Table in PLSQL BlocksYou can truncate table in a plsql block with the following code:execute immediate 'truncate table schema.tablename';