[text] INVOICE

Viewer

  1.  
  2. CREATE TABLE INVOICE(
  3. INV_NUM INT(11) PRIMARY KEY,
  4. CUST_NUM INT(11),
  5. INV_DATE DATE,
  6. INV_AMOUNT decimal(10,2)
  7. FOREIGN KEY (CUST_NUM) REFERENCES CUSTOMER(CUST_NUM));

Editor

You can edit this paste and save as new:


File Description
  • INVOICE
  • Paste Code
  • 08 Aug-2020
  • 170 Bytes
You can Share it: