Do You Like A "lookup" Table In Your Data Models?
Do you like a 'Lookup' table in your data models? In designing a new data model, we can either have type, status, and other tables per entity, or all grouped together in one 'Looku
Solution 1:
You can't do declarative referential integrity with option #2 which is really the main benefit you get by declaring these tables in in the first place.
Post a Comment for "Do You Like A "lookup" Table In Your Data Models?"