Está en la página 1de 1

create table datos (

C�digo int not null,


Nombre varchar(45) not null,
Presentacion varchar(45) not null,
Laboratorio varchar(45) not null,
Sitio varchar(45) not null,
Cantidad int not null,
Precio int not null,
Vencimiento varchar(45) not null,
);

insert into datos values


(2,'Acetaminof�n','Tableta','ABC34','MED',34,13000,'2004-12-10)

También podría gustarte