Overview of C Language
Compile & Run C Code
What are Variables?
C Operators (with Examples)
See all →
Armstrong Number Program
Check Number is Odd/Even
First n Prime Numbers
Reverse String using Pointer
See all Programs (100+) →
MCQs to test your C language knowledge.
Run C programs and code examples online.
C++ Datatypes and Modifiers
sizeof and typedef
sizeof
typedef
Create Class and Object
Check if Number is Positive/Negative
Half Pyramid with Numbers
Floyd's Triangle
MCQs to test your C++ language knowledge.
Run C++ programs and code examples online.
Python Installation & Setup
Concept of OOP & Class
Access Modifiers
Python Projects →
Print Colored Text in Python
Remove Numbers from String
Compare two Dates
See all How Tos (80+) →
MCQs to test your Python knowledge.
Run Python code examples in browser.
Setting Java Environment
Concept of Constructor
Running a JAR File
Serialization and Deserialization
See all Examples (80+) →
Spring Framework
Spring Boot
Spring Security
Java Library Functions
Type Conversion Examples
Java 11 Features
Basics Of Digital Components
Different type of Logic gates
Memory organization
Types of Computer Networks
Transmission Mediums
ISO/OSI model
Types of Operating System
Process Scheduling
CPU Scheduling
First come First Serve
Shortest Job First
Classical Synchronization Problem
What are Semaphores?
What are Deadlocks?
ER Model
Relational Algebra & Calculus
Types of DBMS Keys
Database Normalization
Datatypes in PL/SQL
PL/SQL Procedures
How to create Cursor?
MongoDB vs. RDBMS
Installing MongoDB
Using MongoDB with Java
Practice SQL Query in browser with sample Dataset.
MongoDB is a NoSQL database which stores the data in form of key-value pairs. It is an Open Source, Document Database which provides high performance and scalability along with data modelling and data management of huge sets of data in an enterprise application.
MongoDB also provides the feature of Auto-Scaling. Since, MongoDB is a cross platform database and can be installed across different platforms like Windows, Linux, etc.
In this tutorial we will understand what in NoSQL and Basics of MongoDB, its advantage and disadvantages and how to perfrom operations in MongoDB.