SAP Certified Associate – ABAP Cloud Developer — Question 9
What are some features of a unique secondary key? (Choose two.)
Answer options
- A. It is updated when the table is modified.
- B. It is created with the first read access of a table.
- C. It is updated when the modified table is read again.
- D. It is created when a table is filled.
Correct answer: A, D
Explanation
Answer A is correct because a unique secondary key is typically updated whenever the underlying table is modified. Answer D is also correct as a unique secondary key is created when data is being added to a table. Options B and C are incorrect because they do not accurately describe the behavior of a unique secondary key in relation to table access and updates.