1) NoSQL Do not follow the traditional relational database management systems principles. ACID principles is reduced. (Atomicity, Consistency, Isolation and Durability). Atomicity- a transaction must be treated as an atomic unit, that is, either all of its operations are executed or none. Consistency- The database must remain in a consistent state after…