IHIftikar Hussain13y agoPosted Jul 31, 2013, 5:10 AMHi, Here it isHouseInfo--------------HouseId int identity (PK) - not nullHouseName varchar(100) - not nullAddress varchar(200) - not nullPhoneNumber varchar(20)OwnersName varchar(50) - not nullPersonInfo---------------PersonId int identity (PK) - not nullHouseId int (FK) - not nullPersonName varchar(50) - not nullAge int - not nullSex varchar(10) - not nullRelation varchar(20) - not nullOccupation varchar(50)Regards,Iftikar0
Safeer SafeerPosted Jul 31, 2013, 5:46 AM
Iftikar HussainPosted Jul 31, 2013, 5:10 AM
Here it is
Regards,
Iftikar