insert_command

insert_command 
      ::= 
      "insert" "into" ( [ schema_name "." ] 
      ( table_name | view_name ) [ "@" link_name ] ) 
      "(" column_list ")" 
      ( ( "(" value_list ")" ) | query ) 

[rule list]
This rule is called by

explain_command to_modify_data