Home Databases Tutorials in this section

Ask Questions?

View Latest Questions


 
 

Tutorials in the section

What is the difference between MongoDB and MySql?  
The difference between MongoDB and MySql is that the in former one whole document is read while in latter rows and columns are read. If one is using a simple database where everything is indexed properly than MySql will work perfectly but if a data is complex and you want to store serialized arrays or JSON objects then MongoDB is advised..

MongoDB: What is it and it's Features?  
Keeping in view the need for how we build and run our applications today easily, the MongoDB has been designed. It is the leading NoSQL database, which has been created for running and building the applications today easily. As it is clear that MongoDB is an open source document-oriented data base system, which is a part of the NoSQL family, and it do not work by storing data in tablets as is done in a classical relational database..

What is MongoDB?  
MongoDB is an open source NoSQL database developed by 10Gen and is written in C++. It is different from MySQL as it is document based and not table-based. MongoDB is fast, its development time is quick as it is schemaless and has very little data mapping. Another reason for its fast working is because MongoDB is a document-oriented database that means it stores the entire document rather than storing data as rows in tables..

SQL  
SQL stands for Structured Query Language (SQL), a standard language used for creating, updating, querying and retrieving relational database management systems (RDBMS)..

Database Management System (DBMS)  
A Database Management System (DBMS) sometimes called a database manager or database system is a set of computer programs that controls the creation, organization, maintenance, and retrieval of data from the database stored in a computer..

Database Management System (DBMS)  
A Database Management System is also know as DBMS. These days RDBMS are used to store Gigabytes of data for banking, E-commerce, web portals and many such applications. In this section we will learn about RDBMS such as MySQL, Oracle etc..