Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Enterprise Database for an Online Multiplayer Game A popular online multiplayer game needs a database to manage its players, quests, and achievements. The database must

Enterprise Database for an Online Multiplayer Game
A popular online multiplayer game needs a database to manage its players, quests, and
achievements. The database must track players, quests, and achievements. Each player
has a unique player ID, username, email, and level. Each quest is described by a unique
quest ID, quest name, difficulty level, and reward points. Achievements are milestones
players can reach, each identified by a unique achievement ID, name, and description.
Players can undertake multiple quests and earn multiple achievements.
Tasks:
(a) Design a schema for the online multiplayer game, identifying primary keys, foreign keys,
and other relevant attributes. Comment on the normalisation of your designed schema,
indicating what normal form it is in and why.
[5 marks]
(b) Create an ERD to represent the data used by the online multiplayer game's management
system. State any assumptions you make in your design.
[7 marks]
(c) Explain in detail how you arrived at the cardinalities in your ERD.
[Total marks: 20]
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Fundamentals Study Guide

Authors: Dr. Sergio Pisano

1st Edition

B09K1WW84J, 979-8985115307

More Books

Students also viewed these Databases questions