I am finishing a query that I have been asked but I can not finish it, the structure of the tables is as follows:
child
CREATE TABLE CHILD(
child_id SMALLINT,
child_name VARCHAR(255) NOT NULL,
birth_date DATE NOT NULL,
gender VARCHAR(255)...
asked by
30.10.2017 / 20:08