Practice 3
- Setup MongoDB eviroment
- Import data from csv or. bson files into Northwind database
- Show documents of employee collection (use pretty method to format the json appearance)
- Insert a new document to Suppliers collection.
- Delete the document you inserted in the previous step
- Update the OrderID: 10264, set "Freight" = 8
- Count how may customers in each city. Hint: using aggregate method
Last modified: Thursday, 29 December 2022, 9:06 AM