Saturday 17 October 2020

Relational Databases and Non relational databases

 Relational database: A relational database is one that stores data in tables. The relationship between each data point is clear and searching through those relationships is relatively easy. The relationship between tables and field types is called a schema. For relational databases, the schema must be clearly defined.

Eg: MS SQL,My SQL, Postgre SQL.


Non - Relational Databases: A non- relation database that does not use the tabular schema of rows and columns like in relational databases. Rather, its storage model is optimized for the type of data it's storing.

eg: NoSQL


Reference:

https://www.izenda.com/relational-vs-non-relational-databases/

No comments:

Post a Comment