In module DatalogParser, in file CreateTables.java, at line 61, I write the value of given_tables manually which isn't recommended.
It's better to automate it. The tables get created inside the file ReadingCSV.java in module ReadingCSVIntoDB. I can check when the tables are created and do a similar process to add the tables to given_tables automatically.