Merge branch 'master' of https://github.com/eugenp/tutorials into JAVA-1672

This commit is contained in:
chaos2418
2021-11-08 21:44:23 +05:30
6 changed files with 113 additions and 0 deletions
@@ -1,3 +1,5 @@
drop table if exists client;
create table client (
id numeric,
name varchar(50),