[sql] muzical_instruments

Viewer

copydownloadembedprintName: muzical_instruments
  1. CREATE DATABASE `muzical_instruments` CHARACTER SET utf8 COLLATE utf8_general_ci;
  2. CREATE TABLE instruments(
  3. id INT AVTO_ INCREMENT PRIMARY KEY,
  4. name VARCHAR (20),
  5. TYPE VARCHAR (20),
  6. DATA DATE,
  7. num_string INT(10),
  8. foto VARCHAR (20)
  9. );

Editor

You can edit this paste and save as new:


File Description
  • muzical_instruments
  • Paste Code
  • 19 Apr-2024
  • 241 Bytes
You can Share it: