
Microsoft Certified Azure Data Fundamentals (DP-900) Exam Guide
By :

Azure Cosmos DB provides multiple data interaction APIs, such as the API for NoSQL, which is native to Azure Cosmos DB. These APIs can be used when the data is key-value pairs, documents (JSON, XML), columns, or graphs.
The following APIs are supported:
Each API has use cases that best meet specific needs and preferences. The core SQL API is best for applications needing rich SQL-like querying capabilities, such as e-commerce platforms; the MongoDB API is ideal for document-oriented NoSQL databases, and is often used in social media apps; the Cassandra API is suited for high-throughput key-value stores, which is great for time-series data; the Gremlin API is perfect for graph-based data, such as social networks...