MongoDB Query Documents

In this tutorial, we will see some collections and document operations. Drop a collection in Mongo DB: The command is “db.collectionName.drop()”. Example: Write “db.testCollection.drop()”, and then press CTRL + ENTER. It will delete the testCollection collection from the database. Note: We are using testDB database, and collection as testCollection. Steps to inserting bulk documents one at …

MongoDB Query Documents Read More »

INDEX: SQL Tutorial

SQL RIGHT JOIN

Types of SQL JOIN We have already discussed the topics- SQL JOIN and SQL INNER JOIN ,SQL LEFT JOIN . SQL RIGHT JOIN is very much similar to its counterpart.ALL the variety of joins can be easily explained with the help of venn diagrams.In this article we will understand the concept  by using examples and demo tables. The SQL …

SQL RIGHT JOIN Read More »

INDEX: SQL Tutorial

SQL operators

What is an operator? We will discuss about the various SQL operators , and use of it. But , before learning SQL operators , we ought to know about the basic of operators.An operator, in computer programming, is a symbol that usually represents an action or process.  Expression is incomplete without an operator.operator works as …

SQL operators Read More »