Skip to content

Instantly share code, notes, and snippets.

@sudarsang
Last active December 23, 2015 00:59
Show Gist options
  • Save sudarsang/6557547 to your computer and use it in GitHub Desktop.
Save sudarsang/6557547 to your computer and use it in GitHub Desktop.
CREATE TABLE CUSTOMER
( ID INT PRIMARY KEY AUTO_INCREMENT,
FIRSTNAME VARCHAR(50),
LASTNAME VARCHAR(50),
EMAIL VARCHAR(30),
TELEPHONE VARCHAR(20)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment