unique key

  • MongoDB

Sparse Index: MongoDB

All sparse indexes are unique index, but not all unique indexes are sparse! There are situations where we want to…

10 years ago
  • MongoDB

Remove Duplicate Documents: MongoDB

We learnt how to create unique key/index using {unique: true} option with ensureIndex() method. Now lets see how we can…

10 years ago
  • MongoDB

Creating Unique Key/index: MongoDB

We have learnt how to create a key/index so far - today lets learn how to create unique key/index in…

10 years ago
  • node.js

Fetch Data From MongoDB: Node.js

What's the use of the data in database, if we can't fetch it and display on a web page! Today's…

11 years ago