I just want to say Hi to everybody here before I start with the Questions
Could somebody point me in the direction of Normalisation help especially I was wondering can i use a surrogate key and simple key as a composite key there is no real primary key I can use so I used the surrogate key but also want to add another identifier. I hope that makes at least a little sense.
Another Idea could I use a High Score as a primary key it always has to be higher than the last score sort of like a composite of.
GameHighScore(
Member PK*
Game Ref PK
Game Details
Date
Score PK
Staff Id
Staff Name)
thanks and if this was an entity in 2NF would i just break off the staff ID and Game Ref into new tables.