[sql] Emp

Viewer

  1. CREATE TABLE `Emp` (
  2.         `id` INT(2),
  3.         `sal` INT(2)
  4. ) ENGINE=InnoDB;

Editor

You can edit this paste and save as new: