From d32864988ffe122f6dc03cf08f7e8b3172c79c10 Mon Sep 17 00:00:00 2001 From: Brandon Jackson <1drummer@att.net> Date: Fri, 25 Sep 2015 00:34:14 -0500 Subject: [PATCH] Results of the parser linking the save command --- saveFile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 saveFile diff --git a/saveFile b/saveFile new file mode 100644 index 0000000..948b094 --- /dev/null +++ b/saveFile @@ -0,0 +1,3 @@ +INSERT INTO animals VALUES FROM ( Joe , cat , 4 ) ; +SHOW Dogs ; +EXIT ;