truncate_command ::= "truncate" ( ( "table" [ schema_name "." ] table_name ) | ( "cluster" [ schema_name "." ] cluster_name ) ) [ ( "drop" | "reuse" ) "storage" ]
This rule is called by to_modify_data
to_modify_data