Access DeniedError executing query: (1050) Table 'Users01024_Games_Played' already exists
SQL = CREATE TABLE Users01024_Games_Played( username VARCHAR(12) NOT NULL, correct INT(3) NOT NULL DEFAULT 0, incorrect INT(3) NOT NULL DEFAULT 0, FOREIGN KEY (username) REFERENCES Users01024(username) )