Untitled

 avatar
unknown
plain_text
a year ago
173 B
4
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