diff --git a/src/data/roadmaps/system-design/content/111-databases/102-sql-vs-nosql.md b/src/data/roadmaps/system-design/content/111-databases/102-sql-vs-nosql.md index f0dd33516..0dc25dbf8 100644 --- a/src/data/roadmaps/system-design/content/111-databases/102-sql-vs-nosql.md +++ b/src/data/roadmaps/system-design/content/111-databases/102-sql-vs-nosql.md @@ -6,7 +6,7 @@ NoSQL databases, such as MongoDB and Cassandra, are best suited for unstructured The choice between SQL and NoSQL depends on the specific use case and requirements of the project. If you need to store and query structured data with complex relationships, an SQL database is likely a better choice. If you need to store and query large amounts of unstructured data with high scalability and performance, a NoSQL database may be a better choice. -Learn more from the followinw links: +Learn more from the following links: - [SQL vs NoSQL: The Differences](https://www.sitepoint.com/sql-vs-nosql-differences/) - [SQL vs NoSQL - When to Use Each](https://www.ibm.com/cloud/blog/sql-vs-nosql)