cloudsurfer
New member
- Local time
- Today, 12:51
- Joined
- Mar 23, 2020
- Messages
- 18
Hi all, I'm starting a new DB for a new hobby project.
I have a table with people and I have a table with tasks.
Every person can have multiple tasks.
How can I best set it up:
Person table
John
Amy
Pete
Task table
fix car
pay bills
read book
How can I make a link between the 2 tables and select tasks for each person.
Example
John has a task pay bills and fix car and read book
Amy has a task fix car
Pete has a task read book
It's been a while that I setup a DB and I remember that the setup is important.
In the end I want an overview per peson what tasks they need to do.
Thx
I have a table with people and I have a table with tasks.
Every person can have multiple tasks.
How can I best set it up:
Person table
John
Amy
Pete
Task table
fix car
pay bills
read book
How can I make a link between the 2 tables and select tasks for each person.
Example
John has a task pay bills and fix car and read book
Amy has a task fix car
Pete has a task read book
It's been a while that I setup a DB and I remember that the setup is important.
In the end I want an overview per peson what tasks they need to do.
Thx