Currently I am designing a new application that will use a relational database.
One of these tables, table X, has 2 FK's to PK's of 2 different tables (TABLE_A and TABLE_B), and a field VALUE.
Now the user needs to be able to the value of a variable that will be stored in table X.
Besides, he...