Computer Science, asked by jennierubyjanee, 5 months ago

Mysql

Q. Write a query to add one more Column Qty containing Quantity of the product with appropriate datatype

no spam ans plz​

Answers

Answered by kunjuzz91
0

Explanation:

alter table table_name add column Qty integer;

Similar questions