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
0
Explanation:
alter table table_name add column Qty integer;
Similar questions