What is a characteristics of a NoSQL database?
What is a characteristics of a NoSQL database?A . Immediate consitency B. Reduced the storage footprints C. Data with well defined schema D. Horizontal scalingView AnswerAnswer: D Explanation: NoSQL databases are non-relational, which eliminates the need for connecting tables. Their built-in sharding and high availability capabilities ease horizontal scaling. If...