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
Post a Comment