I have a database that accidentally deletes a table and when I try to recreate it, it says the table already exists, but it does not appear. When executing the command:
SELECT * FROM INFORMATION_SCHEMA.TABLES
She does not show up! How can I fix this?