Untitled
unknown
plain_text
2 years ago
173 B
5
Indexable
# Create Customers Table
cur.execute("CREATE TABLE IF NOT EXISTS Customers (CustomerID INT AUTO_INCREMENT PRIMARY KEY, "
"CustomerName VARCHAR(255) UNIQUE)")
Editor is loading...
Leave a Comment