Database / MongoDB Interview questions
Does MongoDB support primary-key, foreign-key relationship?
No. MongoDB doesn't support primary key-foreign key relationship.
MongoDB has _id key field for every document that uniquely identifies the particular document.
More Related questions...