INSERT INTO Demande_d_achat(date, numero_da, id_magasinier) VALUES (10/12/2003,1,1); INSERT INTO Demande_d_achat(date, numero_da, id_magasinier) VALUES (16/09/2004,2,2); INSERT INTO Demande_d_achat(date, numero_da, id_magasinier) VALUES (23/07/2004,3,3); INSERT INTO Demande_d_achat(date, numero_da, id_magasinier) VALUES (26/08/2004,4,3); INSERT INTO Demande_d_achat(date, numero_da, id_magasinier) VALUES (27/09/2004,5,4); INSERT INTO Demande_d_achat(date, numero_da, id_magasinier) VALUES (05/10/2004,6,4); INSERT INTO Demande_d_achat(date, numero_da, id_magasinier) VALUES (05/10/2003,6,4); INSERT INTO Demande_d_achat(date, numero_da, id_magasinier) VALUES (15/10/2003,7,6);