What happens if you run the following code twice?
cursor.execute("DROP TABLE Customers;")
Customers
"sqlite3.OperationalError: no such table:"
Create a free account to access the full topic