Commit b205f97f authored by Miguel Reboiro Jato's avatar Miguel Reboiro Jato

Adds a script for MySQL with examples

The same data as the one contained in the map DAO is now ready
to be inserted in MySQL.
parent 98268aec
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
#Maven #Maven
target target
#Derby
derby.log
#General #General
bak bak
INSERT INTO Employees(name, surname, birth, salary, intern)
VALUES
("Manuel", "Martínez", "1980-02-10", 10000, 0),
("María", "Muñíz", "1975-03-21", 12000, 1);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment