✅ Database Design and C# cass
Guys I need help for database design and C# class
Suppose there is One table Address Table and other tables are Office , School, Hospital obviously these there will have address so which is best way store address ? Means should I put AddressId in these 3 tables or should I put Id of these 3 table in Address Table
Suppose there is One table Address Table and other tables are Office , School, Hospital obviously these there will have address so which is best way store address ? Means should I put AddressId in these 3 tables or should I put Id of these 3 table in Address Table