Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.5K+ articles
GBlog
2.9K+ articles
DBMS
1.3K+ articles
DBMS-SQL
531+ articles
mysql
355+ articles
MongoDB
209+ articles
Apache
163+ articles
SQL-basics
38+ articles
DBMS-Relational Model
16+ articles
NoSQL
29 posts
Recent Articles
NoSQL Interview Question
Last Updated: 06 July 2026
NoSQL (Not Only SQL) is a category of non-relational databases designed to store and manage structured, semi-structured and unstructured data with high scalability and fle...
read more
NoSQL
NoSQL Tutorial
Last Updated: 02 July 2026
NoSQL is a non-relational database system designed to store and manage large volumes of structured, semi-structured and unstructured data. It provides flexible schemas, hi...
read more
NoSQL
NoSQL
Advantages and Disadvantages of using SQL vs. NoSQL Databases
Last Updated: 23 July 2025
SQL (Structured Query Language) and NoSQL (Not Only SQL) databases represent two distinct paradigms for managing data. Each has its own set of advantages and disadvantages...
read more
Picked
Interview-Questions
Data Science Blogathon 2024
NoSQL
NoSQL Database Design
Last Updated: 30 June 2026
NoSQL database design focuses on storing and managing data efficiently using flexible schemas and non-relational data models. It is designed to handle large volumes of str...
read more
Picked
Database Design
NoSQL
What Distinguishes Column-Oriented NoSQL From Document-Oriented NoSQL
Last Updated: 23 July 2025
NoSQL databases have gained significant popularity for their flexibility and scalability in managing large volumes of diverse data. Two common types of NoSQL databases are...
read more
Picked
NoSQL
JSON Databases in NOSQL
Last Updated: 29 June 2026
JSON databases store data in JSON documents, providing a flexible and schema-free approach for managing semi-structured and unstructured data.Supports dynamic document str...
read more
Picked
Dev Scripter 2024
NoSQL
Schema Design and Relationship in NoSQL Document-Base Databases
Last Updated: 30 June 2026
NoSQL document databases store data in document formats such as JSON, BSON or XML. Schema design defines how documents are organized and related to support efficient data ...
read more
Picked
Dev Scripter 2024
NoSQL
SQL vs NO SQL vs NEW SQL
Last Updated: 23 July 2025
SQL stands for Structured Query Language. Which is based on relational algebra and schema is fixed in this which means data is stored in the form of columns and tables. SQ...
read more
SQL-basics
NoSQL
NoSQL
Generation of Database Revolutions in NoSQL
Last Updated: 23 July 2025
The first generation of database revolutions occurred in the late 1960s and early 1970s when the relational model was first introduced. This was followed by the second gen...
read more
Picked
NoSQL
NoSQL
Transactions in NoSQL
Last Updated: 26 June 2026
Transactions in NoSQL databases ensure that one or more operations are executed as a single unit of work, helping maintain data integrity even when failures occur. Modern ...
read more
Picked
NoSQL
Types of NoSQL Databases
Last Updated: 06 July 2026
NoSQL databases are classified into different types based on the way they store and organize data. Each type is designed to handle specific data structures and application...
read more
Picked
NoSQL
NoSQL
Document Databases in NoSQL
Last Updated: 25 June 2026
The Document Database Model is a type of NoSQL database model that stores data in the form of documents instead of rows and columns. Documents are usually stored in format...
read more
Picked
NoSQL
NoSQL
Graph Based Data Model in NoSQL
Last Updated: 30 March 2022
Graph Based Data Model in NoSQL is a type of Data Model which tries to focus on building the relationship between data elements. As the name suggests Graph-Based Data Mode...
read more
Picked
NoSQL
NoSQL
Aggregate Data Model in NoSQL
Last Updated: 29 June 2026
The Aggregate Data Model is a NoSQL data model that groups related data into a single unit called an aggregate. It stores related information together, reducing the need f...
read more
Picked
Geeks-Premier-League-2022
NoSQL
NoSQL
Aggregate-Oriented Databases in NoSQL
Last Updated: 15 March 2022
The aggregate-Oriented database is the NoSQL database which does not support ACID transactions and they sacrifice one of the ACID properties. Aggregate orientation operati...
read more
Picked
Geeks-Premier-League-2022
NoSQL
NoSQL
1
2
✕