Computer Science, asked by akshayamadhu653, 5 months ago

write a query to create a table with the following structure (field pid , p name , ​

Answers

Answered by YAJVIN09
1

Answer:

create table patients ( pid integer(4),

pname varchar (20));

Similar questions