Free C2090-616 Exam Braindumps (page: 3)

Page 2 of 16

What happens when you run the following statement if MYUSER holds no privileges on table MYTABLE?
REVOKE SELECT ON TABLE mytable FROM USER myuser

  1. An error is returned
  2. An entry is mane in SYSCAT.TABAUTH
  3. The REVOKE statement succeeds with no effect
  4. All privileges are granted to user MYUSER on MYTABLE

Answer(s): C



A user executes the following statements:
REATE TABLE t1 (c1 INT, c2 INT);
CREATE ALIAS a1 FOR t1;
What will be the result if the user executes the following statement? DROP ALIAS a1;

  1. The alias A1 will be dropped
  2. The table T1 will be dropped
  3. Both T1 and A1 will be dropped
  4. Nothing, the statement will result in an error

Answer(s): A



Which constraint can be used to ensure that identical values are never stored in a set of columns in a table?

  1. NOT NULL
  2. Foreign key
  3. Primary key
  4. Informational constraint

Answer(s): C



Which of the following is TRUE about a COMMIT statement executed at the end of the T1 unit of work?

  1. A ROLLBACK command executed just after the COMMIT command cancels that COMMIT
  2. Save points defined during transaction T1 are released only if there is a RELEASE SAVEPOINT command executed after the COMMIT command
  3. It finishes the current T1 unit of work and a new one is initiated, however it is possible to ROLLBACK to the latest SAVEPOINT before COMMIT
  4. It finishes the current T1 unit of work and a new one is initiated. All changes made by UPDATE and DELETE commands during unit of work T1 are committed

Answer(s): D






Post your Comments and Discuss IBM C2090-616 exam with other Community members:

C2090-616 Discussions & Posts