Hi,
I need a little help with a table mapping. I have the situation below.
TABLE_A
ID_TABLE_A
TABLE_B
ID_TABLE_B
TABLE_C
ID_TABLE_A ( FK ) index 1 - unique
ID_TABLE_B ( FK ) index 1 - unique
VL_ANY_VALUE_IN_TABLE double
The columns ID_TABLE_A and ID_TABLE_B will be foreign keys with constraints on the table C, and together they are a unique index on the table.
The table C will have another column with any type of value.
My doubt is, how to map this TABLE_C, with this 2 foreign keys as unique index and with another column to input value.
I really need some help here... This problem is getting serious to me.
Thanks in Advance,
San
|