I have the following table:
CREATE TABLE Emprestimo (
id int PRIMARY KEY,
dataRetirada date DEFAULT current_date,
dataPrevistaDevolucao date DEFAULT current_date + 7,
dataDevolucao date,
codigoUsuario int,
codigoExemplar int,
FOREIGN K...
asked by
23.04.2018 / 05:41