The "Autonomous JSON Database" supports NoSQL-style document access through "SODA" (Simple
Oracle Document Access) APIs (B). SODA provides a simple, intuitive interface for developers to
interact with JSON documents stored in the database using operations like insert, query, and update,
without requiring SQL knowledge. Options A ("OASD"), C ("DOSA"), and D ("OSDA") are not
recognized API sets in Oracle’s documentation. SODA is explicitly documented as the standard NoSQL
API for Autonomous JSON Database, aligning with Oracle’s converged database strategy to support
multiple data models.
Reference: Oracle Autonomous JSON Database Documentation, SODA Developer Guide.