[sql] table

Viewer

  1. CREATE TABLE `Products` (
  2.         `ProductID` INT NOT NULL,
  3.         `ProductName` VARCHAR,
  4.         PRIMARY KEY (`ProductID`)
  5. );

Editor

You can edit this paste and save as new:


File Description
  • table
  • Paste Code
  • 06 May-2021
  • 110 Bytes
You can Share it: