Relational database: is a collective set of multiple data sets organized by tables, records and columns.
Document database: pairs each key with a complex data structure known as a document. Documents can contain many different key-value pairs and nested documents.
Key-value database: are the simplest NoSQL databases. Every single item in the database is stored as an attribute name (or ‘key’), together with its value.
0 Comments