Concept Structure: Database -> Collection -> Documents Compare to Mysql: Collection VS. Table Document VS. Row Field VS. Column Collection is not strict about what goes in it Operations Databases // create database if it's not exists create it then switch current database use mydb // show current database db // list dbs , if …
Continue reading Note of MongoDB