Create a table stock ,which stores daily sales of items in shop which the | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Create a table stock ,which stores daily sales of items in shop which the

2nd Feb 2018, 11:39 PM
Mayesh Kumar
Mayesh Kumar - avatar
2 Answers
+ 16
create table stock(item_code int primary key ,item varchar(20),manufacture_code varchar(5),oty int,unit_price double (10,2));
3rd Feb 2018, 5:12 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 1
item_code integer primary key item_varchar(20) manufacture_code varchar(5) oty integer unit price decimal
2nd Feb 2018, 11:41 PM
Mayesh Kumar
Mayesh Kumar - avatar