Syntax documentationprivilege Locate this document in the navigation structure

Syntax Syntax

  1. <privilege> ::=
      INSERT
    | UPDATE [(<column_name>,...)]
    | SELECT [(<column_name>,...)]
    | SELUPD [(<column_name>,...)]
    | DELETE
    | INDEX
    | ALTER
    | REFERENCES [(<column_name>,...)]
End of the code.