create table Products
(
ProductID int primary key not null,
Name varchar(50)not null,
Unitprice money,
ExpiryDate date
)
create table Products
(
ProductID int primacreate table Products
(
ProductID int primary key not null,
Name varchar(50)not null,
Unitprice money,
ExpiryDate date
)
create table Products
(
ProductID int prima