[sql] customer

Viewer

copydownloadembedprintName: customer
  1. CREATE TABLE `CUSTOMER` (
  2.         `CustomerID` INT(10),
  3.         `LastName` VARCHAR(15),
  4.         `FirstName` VARCHAR(15),
  5.         `Address` VARCHAR(30),
  6.         `City` VARCHAR(10),
  7.         `State` VARCHAR(10),
  8.         `ZIP` INT(10),
  9.         `Phone` INT(10),
  10.         `Email` VARCHAR(20),
  11.         PRIMARY KEY (`CustomerID`)
  12. );

Editor

You can edit this paste and save as new:


File Description
  • customer
  • Paste Code
  • 15 Jul-2018
  • 264 Bytes
You can Share it: