Finally extracting questions from the survey. Additional table added to hold questions

This commit is contained in:
2025-05-31 00:16:39 +01:00
parent 437e1afede
commit dc68e98d92
7 changed files with 213 additions and 122 deletions

View File

@@ -1,3 +1,7 @@
/* CREATE THE DATABASE FROM SCRATCH */
CREATE database demodb;
USE demodb;
CREATE TABLE `Surveys` (