Hi,
I am a noob here but I have tried to learn database design years ago and failed on the relationships to multiple table part so always just made due with a single table design. Now I am back with a single table design but it seems like it would be simple enough to modify it to a multi-table but I am again stumped on how to do the relationship parts. I have a table with the following columns: ID, Type, Color, Brand, OTY, TD, HEX, and Notes. The ID is an auto-number type. The subject matter is 3D printer filaments and they come in various brands, types, colors, and the other values TD (transmission distance) and the hex value. Notes are just for notes of course. I would like to be able to search or sort by color, type, brand, and Qty and possible TD. So doe starters do I choose a many to many type? And how to assign the Primary or foreign keys and the relationships? I always get stuck at this point. Anybody out here that can throw me a few good pointers?
Thanks
I am a noob here but I have tried to learn database design years ago and failed on the relationships to multiple table part so always just made due with a single table design. Now I am back with a single table design but it seems like it would be simple enough to modify it to a multi-table but I am again stumped on how to do the relationship parts. I have a table with the following columns: ID, Type, Color, Brand, OTY, TD, HEX, and Notes. The ID is an auto-number type. The subject matter is 3D printer filaments and they come in various brands, types, colors, and the other values TD (transmission distance) and the hex value. Notes are just for notes of course. I would like to be able to search or sort by color, type, brand, and Qty and possible TD. So doe starters do I choose a many to many type? And how to assign the Primary or foreign keys and the relationships? I always get stuck at this point. Anybody out here that can throw me a few good pointers?
Thanks
Statistics: Posted by Volt — Fri Jan 10, 2025 10:51 pm