Which privilege will user smith be able to grant to another user on table emp when the following SQL is executed?GRANT ALL ON TABLE emp TO smith WITH GRANT OPTION;
Which of the following locking scenarios requires the least amount of real storage in the IRLM address space?
Which of the following is NOT TRUE?
Given the following CREATE TABLE statement, and a unique index on column EMPID, which set of SQL statements is valid?A.B.C.D.
The DB2 subsystem DSN has been correctly configured to access a remote DB2 location MYREMOTE. Which of the following processes can be used on subsystem DSN to access MYUSER.EMP table at MYREMOTE location?
Given a non-partitioned table space TS1 is built with LOCKSIZE ROW, LOCKMAX 1000 and SEGSIZE 64. If a unit of work acquires 1001 locks against table space TS1, the lock will be escalated to which of the following levels?