use Product_Track
go
create table Product_Info(
[Product_id] int identity(1,1),
[product_name]varchar(20)not null,
[Product_price] money not null,
[Phy_spec]varchar(100),
go
create table Product_Info(
[Product_id] int identity(1,1),
[product_name]varchar(20)not null,
[Product_price] money not null,
[Phy_spec]varchar(100),