From 3efbac9f5067726c4d2efe84940301ff3e988e16 Mon Sep 17 00:00:00 2001 From: RessMic Date: Mon, 23 Aug 2021 17:04:38 +0200 Subject: Sending instructions and the files --- tablequery.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tablequery.txt (limited to 'tablequery.txt') diff --git a/tablequery.txt b/tablequery.txt new file mode 100644 index 0000000..7f9a148 --- /dev/null +++ b/tablequery.txt @@ -0,0 +1,6 @@ + create table guestbook( + g_id INT NOT NULL AUTO_INCREMENT, + g_name VARCHAR(100) NOT NULL, + g_message TEXT NOT NULL, + PRIMARY KEY ( g_id ) +); \ No newline at end of file -- cgit v1.2.3