delete_command ::= "delete" "from" [ schema_name "." ] table_name [ "@" link_name ] [ "where" condition ]
This rule is called by explain_command to_modify_data
explain_command to_modify_data