Hi
I have a table in which has two main fields, then it has over 100 nullable foriegn keys which will only link to 1 other table at a time.
Is this ok?
I could turn it into lots of many to many's, which would sort of make it cleaner, but then I would have two joins.
Any thoughts?