I'm creaing an IT D.Base cataloging the IT equipment.
Problem is i've a super class table called 'computer' with comp_ID as pk, then i have the tables
'laptop' pk - lap_Id, fk - Comp_ID
'desktop' pk - desk_ID, fk - Comp_ID
when i test the system it wont let me add a desktop as it requires a related record in the laptop table. How do i set the relasionship from 'must be' to 'may be'.
any Help will b apreciated.
Problem is i've a super class table called 'computer' with comp_ID as pk, then i have the tables
'laptop' pk - lap_Id, fk - Comp_ID
'desktop' pk - desk_ID, fk - Comp_ID
when i test the system it wont let me add a desktop as it requires a related record in the laptop table. How do i set the relasionship from 'must be' to 'may be'.
any Help will b apreciated.