Notifications
Clear all
Topic starter 16/10/2024 9:27 pm
What is the best way to store relationships in a database?
Topic starter 16/10/2024 9:27 pm
You must perfom anslysis and have some results, one set of results is the LDS (Logical Data Structures) or Tables.You have
- to normalized the db in 3rd normal form
- to create master - detail tables, like orders - orders details
- to create keys primary and foreigns
- to create linker tables