The fourth category of NoSQL database that we are going to discuss is wide column store What is wide column store and how are values accessed? Wide column store is sparse, distributed, multi-dimensional sorted map. Value in the map is indexed by (row key, column key, timestamp). A good example…