MongoDB Relationships can be demonstrated via Embedded and Referenced approaches and those can be 1:1, 1: N, N: 1 or N: N. Now let’s see 1:N illustration with below user –> addresses example. In the EMBEDDED approach, we will embed…