diff --git a/T2/README.md b/T2/README.md
index ca3b19712dfcba41800691e897645ebf3844b7cf..2ec2b8ab1305c3dec3925c786f30cafbe7f120aa 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