Examples
Below are various MongoDB statements.
Three database commands you should know.
show dbs – List all databases.
use db_name – Switches to db_name.
show collections – List all tables in the current selected database.
Java Tutorial covers Core Java, Spring IOC, Spring Integration with Hibernate, Spring Integration with JPA, Spring MVC, Spring Integrated with Quartz, Spring Integrated with Rest Services, Spring Security, Spring AOP, Spring OXM, Spring Data, MongoDB, Servlets