DEV Community

parmeshwar rathod
parmeshwar rathod

Posted on

2

sql vs. nosql

two types sql and no-sql

SQL

SQL or Structured Query Language is pronounced as “S-Q-L” or sometimes as “see-quel” is a standard language to access and manipulate Relational Databases.
Common and Popular Examples of Relational Databases which use SQL are —

  • MySQL

  • Oracle

  • SQLite

  • Postgres

  • MS-SQL

No-SQL

As the name suggests NoSQL is “not” SQL, in other words, it is a non-relational database and is unstructured. Due to its unstructured nature, it is sometimes called as UnQL

Common and Popular Examples of NoSQL Databases are —

  • Mongo DB

  • BigTable

  • Cassandra

  • Hbase

  • Redis

Top comments (0)

Billboard image

Try REST API Generation for MS SQL Server.

DevOps for Private APIs. With DreamFactory API Generation, you get:

  • Auto-generated live APIs mapped from database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay