grant_stmt

grant_stmt 
      ::= 
      "grant" privileges "on" object_name 
      "to" grantee { "," grantee } 
      [ "with" "grant" "option" ] 

[rule list]
This rule is called by

-> schema_element -> sql_schema_def_stmt