this post was submitted on 24 Aug 2023
6 points (87.5% liked)
For all your programming needs
772 readers
1 users here now
A community to discuss programming and or related topics
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can create one table for all the clues and then do a 1 to n relationship. You create a collumn for the question ID in the clue table. So one question can have more than one clue and each clue knows to which question it belongs.
Thanks for helping