SQLBungler
Technical User
I'm writing a small database but am having problems with creating the last table. I've uploaded my DB here:
and am creating the tables in the following order:
FacilityType
Client
Visit
Equipment
Assessment
Usage
It's when I'm creating the Usage table that I have an error in setting the foreign key for "equipment_reference_number". I just can't see where the error is, I hope someone else can!
Thanks.
and am creating the tables in the following order:
FacilityType
Client
Visit
Equipment
Assessment
Usage
It's when I'm creating the Usage table that I have an error in setting the foreign key for "equipment_reference_number". I just can't see where the error is, I hope someone else can!
Thanks.