In( ) database, the basic idea is that the data value is queried bythe key, the key can be a string type, and the value can be any typeof data, such as integer, character, array, list, collection, JSON,BLOB(Binary Large Objects)etc. It does not support queries based ondata values. It helps the developer to store schema-less data. Theywork best for shopping cart contents. () A、Key-valuedatabase B、Column based database C、Document-Oriented DB D、Graph based database