I have a table 'Problem' and each problem has a specific problem type. The problem types each have different attributes and so I have created a separate table for each one (there are 3:batch, online and system).
I have a the primary key for Problem (ProblemID) as a promary key for each of the tables and have created a one-to-one relationship for each one. This is incorrect as a problem can only be of one problem type which is not the case in the current structure.
I need help on how to set this relationship up in SQL
Server 2000. Any ideas?
I have a the primary key for Problem (ProblemID) as a promary key for each of the tables and have created a one-to-one relationship for each one. This is incorrect as a problem can only be of one problem type which is not the case in the current structure.
I need help on how to set this relationship up in SQL
Server 2000. Any ideas?