DEMONSTRATION
Module Name: Introduction to the CRUD Operations Write MongoDB queries to perform CRUD operations on document using insert(), find(), update(), remove()
Document Fields: Name Regdno Year Semester branch
Document Fields: Name EmpNo DOJ department
Module Name: Create and Delete Databases and Collections Write MongoDB queries to Create and drop databases and collections.
Introduction to MongoDB Queries Write MongoDB queries to work with records using find(), limit(), sort(), createIndex(), aggregate().
Comments
Post a Comment