✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
If the address data is frequently retrieved with the name information, how will you modify the following schema representing one to one relationship with referencing?
{
_id: "joe",
name: "Joe Bookreader"
}
{
patron_id: "joe",
street: "123 Fake Street",
city: "Faketon",
state: "MA",
zip: "12345"
}