How to create database in mongo and table creation in database

Database creation
Use SREENIVAS-DATABASE-NAME
collection creation creation
db.createcollection ("name":"collection-name")
Table creation
db.SREENIVAS-DATABASE-NAME. insert ({"name":"tableName"})

Comments

Popular posts from this blog

Reverse Sentence using c#

How to write Pure java script Program?