[sql] Customers

Viewer

copydownloadembedprintName: Customers
  1. CREATE TABLE `Customers` (
  2.         `customerid` NCHAR(5) CHARACTER SET armscii8 COLLATE armscii8_bin DEFAULT 'NN@12',
  3.         `Company name` nVARCHAR(40) CHARACTER SET armscii8 COLLATE armscii8_bin,
  4.         `Contact name` nVARCHAR(30) CHARACTER SET armscii8 COLLATE armscii8_bin DEFAULT NULL,
  5.         `Address` nVARCHAR(60) CHARACTER SET armscii8 COLLATE armscii8_bin DEFAULT NULL,
  6.         `phone` nVARCHAR(24) CHARACTER SET armscii8 COLLATE armscii8_bin DEFAULT NULL,
  7.         PRIMARY KEY (`customerid`,`Company name`,`Contact name`,`Address`,`phone`)
  8. );

Editor

You can edit this paste and save as new:


File Description
  • Customers
  • Paste Code
  • 22 Oct-2020
  • 519 Bytes
You can Share it: