[sql] author

Viewer

  1. CREATE TABLE `author` (
  2.         `id` INT NOT NULL,
  3.         `author` VARCHAR(50),
  4.         `birth_year` DOUBLE
  5. );

Editor

You can edit this paste and save as new:


File Description
  • author
  • Paste Code
  • 23 Jun-2021
  • 94 Bytes
You can Share it: