Skip to content

Instantly share code, notes, and snippets.

View Pincha005-tech's full-sized avatar

Pincha005-tech

View GitHub Profile
SELECT * FROM gestion_salarie.salarié;
INSERT INTO SALARIE VALUES
(1,'Kalala','Princesse','F','2021-01-10','2002-04-18',1),
(2,'Mutombo','David','M','2020-03-12','1999-08-12',2),
(3,'Kasongo','Marie','F','2019-05-20','2000-02-20',3),
(4,'Mbala','Jean','M','2022-02-01','1998-06-10',1),
(5,'Ilunga','Ruth','F','2021-07-15','2001-09-25',4),
(6,'Kabeya','Patrick','M','2020-11-11','1997-12-03',2),
(7,'Lukusa','Esther','F','2019-06-18','1999-01-14',3),
(8,'Mbuyi','Samuel','M','2021-09-10','2000-05-21',1),