Exam C2090-616 All QuestionsBrowse all questions from this exam
Question 24

Which of the following statements describe super exclusive (Z) locks for a table? (Choose two.)

    Correct Answer: A, E

    A super exclusive (Z) lock on a table ensures that no other applications can access the table, completely restricting access to the table. Additionally, this type of lock is typically acquired under specific conditions such as when the table is altered, dropped, or when an index on the table is dropped. These characteristics ensure that the data integrity is maintained during significant schema changes or maintenance activities.

Discussion
JamesBond

Right answer, ref is correct.