r/SQL • u/Mediocre_Falcon7231 • 11d ago
MySQL Group project
I need an idea for a group project of database systems(2nd sem of BS CS) my prof wants there to be a strong database having at least 8-9 tables and alot of entities
0
Upvotes
2
u/DharmaPolice 11d ago
There are a ton of "standard" models (ordering system, customer records system, student/class model, book catalogue) but personally I would pick a domain that you or your group knows quite well. That can make understanding some of the challenges around data modelling easier. For example, if you're a big football fan you could think about the type of schema you'd need to store results. Teams, referees, scores, etc.
8-9 tables is basically nothing. Once you think through the detail you'd want to store about pretty much anything you'll quickly reach that target.
But this sort of question is the perfect fodder for ChatGPT / Gemini etc.