Created
January 29, 2014 21:40
-
-
Save twanlass/8697786 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE TABLE sales (id INT(11) PRIMARY KEY NOT NULL, buyerEmail VARCHAR(40) NOT NULL, purchaseDate DATETIME NOT NULL, price FLOAT NOT NULL, total FLOAT NOT NULL, productName VARCHAR(40) NOT NULL); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment