update,
This commit is contained in:
29
hk1234566/SQL/Assessment1/notes.md
Normal file
29
hk1234566/SQL/Assessment1/notes.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# notes.md
|
||||
|
||||

|
||||
|
||||
Your ERD should handle the following rules as a minimum but please use your
|
||||
imagination to provide further rules:
|
||||
a) A player must have at least one character and can create a new character or
|
||||
deactivate one they no longer wish to play at any time. Once a player
|
||||
unsubscribed from the game, the character is also removed from the system.
|
||||
b) A player will be billed at the end of a calendar month for all active characters
|
||||
for any part of that month.
|
||||
c) A character can possess any number of inventory items (see Inventories.csv):
|
||||
a. Weapons: have a range, damage points.
|
||||
b. Armours: has a defence score and is worn on a speci c body part.
|
||||
c. Supplies: have a healing score, mana score and if consumed increase the character’s life score by that amount (after which time the character will possess one fewer of that type of item)
|
||||
d) Characters have combat info (see Combat.csv)
|
||||
|
||||
|
||||
|
||||
1. Your initial E-R diagram (WEEK 8 – 30%)
|
||||
You will provide two outputs:
|
||||
|
||||
1) An English paragraph given in a PDF Þle that describes your personal ERD and
|
||||
2) your ERD (embedded in the PDF Þle). We will assess your ERD by reading your paragraph.
|
||||
You will receive full mark if your paragraph matches to your ERD.
|
||||
Otherwise we will reduce your marks based on the following rules:
|
||||
a) For each participation constraint fault (-1.5%).
|
||||
b) For each multiplicity fault (-1.5%).
|
||||
c) For each notation/Symbol fault (-1.5%).
|
Reference in New Issue
Block a user