SQL Vs NoSQL
SQL NoSQL 1.) SQL is generally used in Relational Database Management System 1.) NoSQL is used for Non-relational, distributed database system. 2.) Structured data can be stored in tables. 2.) Using JSON data, unstructured data can be stored. 3.) The schemas are static. 3.) The schemas are dynamic. 4.) Schemas are rigid and bound to relationships. 4.) Schemas are non-rigid, they are flexible. 5.) Helpful to design complex queries. 5.) No interface to prepare complex query.