I have a .txt file with a few thousand lines. On every line, there is the name of a table. For example, this is an extract of the text file:
dog
cat
elephant
banana
blueberry
.......
I want to create tables with the title dog, cat, elephant...
How can I achieve this and add all the tables to my Database?
Thanks for your help!