Granting the INSERT Privilege on Tables and Views

Grant the privilege to insert data into a table or view.

Prerequisites

Requires one of:

Task
To grant the INSERT privilege, enter:
GRANT INSERT
  ON table_name
  TO userID [,...]
Related tasks
Granting the Right to Administer an Object-Level Privilege
Related reference
GRANT Object-Level Privilege Statement