Oracle Cloud Infrastructure 2023 Multicloud Architect Associate — Question 19
What is the NoSQLHandle interface NOT used for?
Answer options
- A. to set the row retention time
- B. to gets rows from a table
- C. to get dynamic information on a table
- D. to access multiple tables
Correct answer: D
Explanation
The correct answer is D because the NoSQLHandle interface is designed for operations on a single table rather than accessing multiple tables simultaneously. Options A, B, and C are valid uses of the NoSQLHandle interface, as they pertain to managing or retrieving information from a specific table.