Does mongodb support foreign key constraints?
Answer Posted / Neeraj Jalota
No, MongoDB does not directly support foreign key constraints. However, you can implement similar functionality using references and embedding.
Post New Answer View All Answers
How to define array in mongoose schema?
2
what is the command syntax for inserting a document?
6
How did mongodb get its name?