Granting implicit privileges of object ownership

Certain implicit privileges of ownership correspond to the privileges that can be granted by a GRANT statement. For the privileges that do correspond, the owner of the object can grant them to other users.

About this task

Begin general-use programming interface information.The owner of a table can grant the SELECT privilege on the table to any other user.

Example

To grant the SELECT privilege on TABLE3 to USER4, the owner of the table can issue the following statement:
GRANT SELECT ON TABLE3 TO USER4
End general-use programming interface information.