IBM C2090-616 Exam Practice Questions (P. 3)
- Full Access (63 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Which of the following statements about triggers are TRUE? (Choose two.)
- AThere is a limit of 8 for the maximum number of cascading trigger activations
- BTriggers can be activated as a result of changes due to referential constraint enforcement
- CMultiple INSTEAD OF triggers are allowed for each kind of operation on a given subject view
- DConstraints associated with a subject table are applied between execution of BEFORE and AFTER triggers
- EThe activation of the triggers for a particular table, event and activation time are conducted in descending order of trigger creation time
Correct Answer:
BD
Reference: https://www.ibm.com/support/knowledgecenter/en/SSEPGG_10.5.0/com.ibm.db2.luw.admin.dbobj.doc/doc/c0004113.html
BD
Reference: https://www.ibm.com/support/knowledgecenter/en/SSEPGG_10.5.0/com.ibm.db2.luw.admin.dbobj.doc/doc/c0004113.html
send
light_mode
delete
Question #12
Which of the following is TRUE about indexes on column organized tables?
- ANo indexes are allowed
- BIndexes are only allowed on numeric columns
- CIndexes are automatically created to enforce unique constraints
- DAn index is only allowed on the synopsis table supporting a column organized table
Correct Answer:
A
A
send
light_mode
delete
Question #13
How can you tell what privileges on a table or view have been granted to a user? (Choose two.)
- Adb2look with the ""x option
- Bdb2pd with the ""auth option
- CQuery the SYSCAT.DBAUTH view
- DQuery the SYSCAT.TABLES view
- EQuery the SYSCAT.TABAUTH view CE
Correct Answer:
Explanation
Reference: https://www.ibm.com/support/knowledgecenter/hr/SSEPGG_9.7.0/com.ibm.db2.luw.admin.sec.doc/doc/t0005823.html
Explanation
Reference: https://www.ibm.com/support/knowledgecenter/hr/SSEPGG_9.7.0/com.ibm.db2.luw.admin.sec.doc/doc/t0005823.html
send
light_mode
delete
Question #14
The following statements are executed:
GRANT CREATETAB, DATAACCESS, ON DATABASE TO ROLE role A;
GRANT CREATETAB, BINDADD ON DATABASE TO ROLE role B;
GRANT ROLE role A to USER db2inst3;
GRANT ROLE role B to USER db2inst3;
Which of the following is TRUE if this statement is executed later?
REVOKE ROLE roleB FROM USER db2inst3;
GRANT CREATETAB, DATAACCESS, ON DATABASE TO ROLE role A;
GRANT CREATETAB, BINDADD ON DATABASE TO ROLE role B;
GRANT ROLE role A to USER db2inst3;
GRANT ROLE role B to USER db2inst3;
Which of the following is TRUE if this statement is executed later?
REVOKE ROLE roleB FROM USER db2inst3;
- AThis statement will succeed and DB2 INST3 will still be able to create in the database
- BThis statement will succeed and DB2 INST3 only retains DATAACCESS privileges on the database
- CThis statement will fail as CREATETAB is granted to two different roles and must be revoked at the same time
- DThis statement will succeed with a warning since CREATETAB cannot be totally revoked. DB2INST3 will retain both roles
Correct Answer:
D
D
send
light_mode
delete
Question #15
Consider the following sequence of events:
Eddie grants SELECT WITH GRANT OPTION privilege to Mike.
Mike grants SELECT privilege to Jeff.
Eddie revokes SELECT privilege from Mike.
What will happen to Jeff's SELECT privilege?
Eddie grants SELECT WITH GRANT OPTION privilege to Mike.
Mike grants SELECT privilege to Jeff.
Eddie revokes SELECT privilege from Mike.
What will happen to Jeff's SELECT privilege?
- AJeff's SELECT privilege will be revoked
- BJeff's SELECT privilege will be retained
- CJeff's SELECT privilege will be retained only if he has ACCESSCTRL authority
- DJeff's SELECT privilege will be retained only if Eddie has ACCESSCTRL authority
Correct Answer:
A
Reference: https://www.ibm.com/support/knowledgecenter/en/SSGU8G_12.1.0/com.ibm.sqls.doc/ids_sqs_0125.htm
A
Reference: https://www.ibm.com/support/knowledgecenter/en/SSGU8G_12.1.0/com.ibm.sqls.doc/ids_sqs_0125.htm
send
light_mode
delete
All Pages