The syntax for granting privileges in BNF is as follows:

Syntax

privilege::=
 { SELECT | INSERT | DELETE | INDEX 
  |UPDATE [ ( column , column , ... ) ]
  | REFERENCES [ ( column , column , ... ) ]}

For more information, see GRANT.