INSERT INTO Client (CodePostal, Nom, Prenom, DateDeNaissance, Adresse) VALUES ('1000', 'Bolomey', 'Jean', '1990-05-23', 'rue des Tours 3'); INSERT INTO Client ...
Read this SQL tutorial to learn when to use SELECT, JOIN, subselects and UNION to access multiple tables with a single statement. It’s sometimes difficult to know which SQL syntax to use when ...