[sql] a

Viewer

  1. CREATE TABLE `PIZZA` (
  2.         `idPizza` INT NOT NULL AUTO_INCREMENT,
  3.         `nombrePizza` VARCHAR(50) CHARACTER SET utf8 COLLATE utf8_bin,
  4.         PRIMARY KEY (`idPizza`)
  5. );

Editor

You can edit this paste and save as new:


File Description
  • a
  • Paste Code
  • 24 Jan-2022
  • 158 Bytes
You can Share it: