Skip to content

Instantly share code, notes, and snippets.

View deokarniharika's full-sized avatar
💭
cleaning data xD

Niharika Deokar deokarniharika

💭
cleaning data xD
View GitHub Profile
@deokarniharika
deokarniharika / assign1.js
Last active September 11, 2022 13:12
MongoDB assignments
/* MongoDB queries from BASICS to INTERMEDIATE
- CRUD
- Aggregation
- Functions, Operators, etc. */
// Create/use/switch to the named database
use university
// Show all the collections that are available in the particular database