Python psycopg2 - Create multiple tables

Viewed 22

I am writing a create table statements above out of the try block , since I have more tables using postgres #postgres #CreateTable , Since I have multiple tables I think it's a bad practice to mentioned all the tables into one variable as a global, Can any one please share the answer for this?

0 Answers
Related