A.Package and function B.Function and userexit C.Procedure and package D.Function and procedure
A.REVOKE ADD, DELETE FROM USER tom ON TABLE tab1 B.REVOKE ADD, DELETE ON TABLE tab1 FROM USER tom C.REVOKE INSERT, DELETE FROM USER tom ON TABLE tab1 D.REVOKE INSERT, DELETE ON TABLE tab1 FROM USER tom
A.2 B.7 C.9 D.14
A.Define the column MAINID as NOT UPDATABLE B.Define the column MAINID as a PRIMARY KEY C.Define the column MAINID as a FOREIGN KEY D.Define an UPDATE trigger on table TABLEX
A.Alias B.View C.Schema D.Trigger