I logged into MongoDB using my existing GitHub account. Because of this, my name on the below badges/certificates appears as my GitHub username, "bchimborazo". Since there was no way to change the ...
Database → A container for collections. Collection → A group of documents (like a table in SQL). Document → A single record (like a row), stored as key-value pairs. Basic operations (CRUD): insertOne( ...