I'm learning the basics of MySQL using Python. When creating tables, they will always be named without any formatting, and ignore formatting I use in the script. How can I adjust my code to add a capital when creating a table? Sorry if this is quite basic, my current knowledge means its hard for me to use the answers of relevant questions such as this.
My query:
SQL_Create_Table = """ CREATE TABLE Employee """