issues
search
xkrsx
/
gameradar
Sportradar Coding Academy Coding Exercise (BE) - Sports Event Calendar
0
stars
0
forks
source link
Task 2 – Database Structure and Data
#2
Closed
xkrsx
closed
4 hours ago
xkrsx
commented
4 hours ago
Objective:
Implement the database based on your ERD
Instructions:
[x] Choose a relational database system (e.g., MySQL, PostgreSQL, SQLite).
[x] Create the database and all tables with their respective fields and data types.
[ ] Define primary keys and foreign keys. Name foreign keys with a prefix underscore (e.g., _foreignkey).
Objective: Implement the database based on your ERD
Instructions: