I have a database with the table End_user
with columns Name, City, Country, Plant_name, Unit_ID
and Project_NR
.
Now it is possible that an End_user
is in multiple cities or countries with multiple Plants
, units
and Project_nr
's. So the database should be able to have multiple values in these cells.
I tried multiple query's but I do keep getting errors.
Example:
- Name: Petrol
- City: Amsterdam, Reykjavik
- Country: The Netherlands, Reykjavik
- Plant_name: Plant_1, Plant_2, Plant_3
- Unit_ID: 123, 345
- Project_NR: 1234, 2123, 3456, 7856
Can someone help me with the query?