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

Display Top 5 and Last 5 Record from a user Entity using Linq using C#