hi,
here i have problem is using three table "1.UserMaster having four columns "userId(primaryKey),userName,userPhone,userMailId" "2.UserStatus having 2 columns "statusId(primaryKey)and statusDescription" ."3.UserType having 2 columns typeId(primaryKey) and typeDescription".Iam using foreignkey contraints for all three tables but it making error "SyntaxException ",here i dont know how to use foreign key as well as actually which is coming what type of relationship like(1to1,1tom,mtom,mto1).please kindky help
|