create a form for entering a new records in the table...
Answers
Answered by
1
Answer:
insert into {table name}(name char(50),age int(2),blood_grp varchar(02)):
this is used to insert data in table as name age and blood group
Similar questions