Comment on SQL and NoSQL are two sides of the same coin, mathematicallyparentComments−JulianMorrison14yInstead of: [person_id,person_name] [team_id,team_name] [person_id, team_id] You get: [person_id, person_name, [team_id, team_id, ...]] [team_id, team_name, [person_id, person_id, ...]]
Comments
Instead of:
You get: