Oracle Cloud Infrastructure 2023 Multicloud Architect Associate — Question 4
What permissions do you need to perform actions on a NoSQL table?
Answer options
- A. NOSQL_ROWS_READ, NOSQL_ROWS_DELETE
- B. NOSQL_TABLE_INSPECT, NOSQL_TABLE_UPDATE
- C. NOSQL_TABLE_DESTROY, NOSQL_TABLE_ALTER
- D. NOSQL_TABLE_WRITE, NOSQL_ROWS_INSERT
Correct answer: B
Explanation
To perform actions on a NoSQL table, you need the NOSQL_TABLE_INSPECT and NOSQL_TABLE_UPDATE permissions, as they allow you to view and modify the table structure and data. The other options include permissions related to other operations that are not directly necessary for inspecting and updating the table.