Sobes.tech
Intern

Provide an example of a relational and a non-relational database.

sobes.tech AI

Answer from AI

Relational Database: MySQL, PostgreSQL, Oracle. Data is stored in tables with predefined schemas that are related to each other.

Non-relational Database (NoSQL): MongoDB (document-oriented), Redis (key-value), Cassandra (columnar), Neo4j (graph). Data is stored without a strict schema, and the structure can vary.

Provide an example of a relational and a… - sobes.tech