Forum Discussion
deansmith19
Oct 11, 2021Copper Contributor
Table structure
Hi Looking for some advice please on how best to structure tables. I have a 'Person' table which contains the name and contact details of various persons associated with our organisation. Some of...
George_Hepworth
Oct 11, 2021Silver Contributor
While there is some room for discussion about the most appropriate way to handle situations like this, the more traditional approach would be a sub-table of those details pertinent to the sub-class, in this case, employees and potentially customers. It is harder to handle gracefully in an interface, though, so sometimes a compromise is okay.