[sql] aaa

Viewer

  1. CREATE TABLE `companies` (
  2.         `name` VARCHAR(30),
  3.         `country` VARCHAR(30)
  4. );

Editor

You can edit this paste and save as new: