create table subdisease (subd_id int primary key, parent_id int foreign key references maindisease (parent_id), subdisease_name varchar(30))
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)