table privilege?
armaniFeb 22 2010 — edited Feb 22 2010I create a table with next description
SQL> desc gigi
Name Null? Type
----------------------------------------- -------- ---------------------
PERSON_ID NUMBER(3)
DIVISION VARCHAR2(3)
COMMISION NUMBER(5)
SQL>
Now, a user 'x' , I do not want data entry to "division" column of the "gigi" table,How can I set this ???