Answer:
DocumentDB is a NoSQL document-oriented database and records saves in Key-value pairs.
It's same as the other NoSQL document-oriented databases such as MongoDB.
Features:
a) It's provide rich query API and "SELECT" queries to fetch data.
b) Any type of data such as attachments, binary, can be saved.
c) Quickly find specific records (documents) using "Keys".
Asked In: Many Interviews |
Alert Moderator