Continuing the previous post add another table designation in the family DB as shown below.
Out put is
create table designation
(
sno int primary key identity(1,1),
adultid int,
designation varchar(250)
)
Out put is
No comments:
Post a Comment