The Social Thinker Skip to main content

Posts

Showing posts with the label NoSQL

Database - Key differences between NoSQL and SQL

Databases are an important part of an application, be it a simple form to a complex enterprise level to a mobile application we need our data to be stored. Now there are a lot of SQLs up for grab in the market, but which one to choose? How will a developer or an architect choose the best way to store their data?   What are the different types of database? Databases provides way to store data into some space which will be secure and can easily be retrieved without any data loss. Now depending on their usage, databases can be of different types. Some of which are listed below: NoSQL Relational Object-oriented Centralized Distributed Cloud Network Hierarchical In this blog, we will be discussing that are primarily used by the development teams i.e., Relational database and NoSQL database .   What is SQL? SQL stands for Structured Query Language is used to access and manipulate data stored in database . So what kind of database does it quer...