The customer > order > product linking example use case is clear to me.
What’s less clear is having 12 tables of similar data for 12 clients and how to link them into a master table.
The 12 clients share 8 core fields including a unique identifier for records. Each client has 4-6 fields unique to their business. Those 48+ unique fields make one table cluttered, and in my opinion, necessitate 12 tables linked into a master table. That way, each client can have their particularities, but I can have a master table, master calendar, insight into potential staffing issues, etc.
How do I set up a master table to pull all records (and 8 core fields) from 12 tables that all share the same unique identifier format?
