MongoDB models relationships (one-to-one, one-to-many, many-to-many) through embedding or referencing — the choice depends on the relationship's cardinality, how the data is accessed, and whether it's shared. Unlike SQL's uniform foreign-key approach, MongoDB offers flexibility per relationship.
One-to-one
{ : (), : , : { : , : } }
