From fdbcbe27da9baa8694cdf1a2599ed59d7a9b3e7c Mon Sep 17 00:00:00 2001
From: Wellington Gabriel Vicente de Souza <wgvs16@inf.ufpr.br>
Date: Mon, 26 Mar 2018 09:05:59 -0300
Subject: [PATCH] add info about relationships

---
 T2/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/T2/README.md b/T2/README.md
index ca3b197..2ec2b8a 100644
--- a/T2/README.md
+++ b/T2/README.md
@@ -60,3 +60,8 @@ Deleting a row
 
 Deleting all rows of a table
 + exclui developers
+
+## Relationships
+1 to 1 = (Game Price), a game can only have one price list
+1 to n = (Developer Game), a developer can have one or more games
+n to n = (Category Game), a game can have many categories and categories have many games related to them
-- 
GitLab