I have a table in which I have three fields which are:
create table horas
(
fechaEntrada datetime,
fechaSalida datetime,
horasEstimadas int
);
and I have to make a restriction in the table that is, that the estimated hours shoul...
asked by
22.08.2017 / 03:54