[sql] Azienda

Viewer

  1. CREATE TABLE Azienda(
  2.   ID  SMALLINT PRIMARY KEY,
  3.   Denominazione               CHAR(30) NOT NULL,
  4.   Indirizzo           CHAR(20) NOT NULL,
  5.   Settore     CHAR(20) NOT NULL,
  6.   );

Editor

You can edit this paste and save as new:


File Description
  • Azienda
  • Paste Code
  • 01 Mar-2021
  • 155 Bytes
You can Share it: