I have the doubt if it is valid to create rest tnego this table:
CREATE TABLE EQUIPO(
id_equipo int not null,
nombre varchar(45),
encargado varchar (45),
tel_encargado varchar(8),
PRIMARY KEY (id_equipo)
);
and I need to...
asked by
07.11.2018 / 17:19