- 0
Database normalization help [mysql]
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more
By Usama Jawad96,
- 3 replies
- 0 views
-
- 4 replies
- 0 views
-
- 0 replies
- 0 views
-
Good news: JetBrains makes another IDE free for non-commercial use
By David Uzondu,
- 0 replies
- 0 views
-
AI's impact on programming language popularity revealed
By zikalify,
- ieee
- programming languages
- (and 7 more)
- 3 replies
- 0 views
-
Question
Angel Blue01
My organization is hosting a charity event, and they've asked me to develop a Web-based registration system, using MySQL and PHP. I need some help getting the database structure correct, based on the registration forms they've created on paper. I've made similiar systems for them in the past, but these were never more than one database table in complexity. I took a course in database design in college but I hcan't had do deal with this many tables or db normalization in a long time.
Participants (registrants) are either individuals or families, with some fields in common to both types, such as contact info. Each family has multiple members with unique information per person, such as name and t-shirt size. Individual registrants have these fields as well.
Each registrant is supposed to raise money via donors. Donors can sponsor many registrants for any amount each.
I'm working in MySQL Workbench for the first time and made an EER diagram of my tables. What I'm particularly confused about is whether I have the individuals correctly set in their own table in addition to their entry in the registrants table.
Thanks.
Link to comment
https://www.neowin.net/forum/topic/1250092-database-normalization-help-mysql/Share on other sites
4 answers to this question
Recommended Posts