truncate_command

truncate_command 
      ::= 
      "truncate" 
      ( ( "table" [ schema_name "." ] table_name ) 
      | ( "cluster" [ schema_name "." ] cluster_name ) ) 
      [ ( "drop" | "reuse" ) "storage" ] 

[rule list]
This rule is called by

to_modify_data