I have "TableB" that contains "idTableB"(Primary key), "descriptionB", "myDate".
The rule I would like to implement is: No two records with the same "descriptionB" and "myDate" should exist. I don't want these to serve as the primary key though. >>I know this may not be "normalized", but it is alright for now. thanks.
I think this is some simple answer of setting the keys up, but I am unsure on how to do it. Thanks.
The rule I would like to implement is: No two records with the same "descriptionB" and "myDate" should exist. I don't want these to serve as the primary key though. >>I know this may not be "normalized", but it is alright for now. thanks.
I think this is some simple answer of setting the keys up, but I am unsure on how to do it. Thanks.