The syntax for the grant privilege statement in BNF is as follows:

Synonyms

grant privilege statement::=
  GRANT {privilege[, privilege], ...| ALL [ PRIVILEGES]}  
  ON table_name TO  {user_name[, user_name] , ...| PUBLIC }
   [WITH GRANT OPTION] ; 

For more information, see GRANT.