[text] Online auction system

Viewer

copydownloadembedprintName: Online auction system
  1. CREATE TABLE `Seller` (
  2.         `seller ID` INT(5),
  3.         `bank acc number` INT(10),
  4.         `routing number` INT(10),
  5.         PRIMARY KEY (`seller ID`)
  6. );
  7.  

Editor

You can edit this paste and save as new:


File Description
  • Online auction system
  • Paste Code
  • 21 Oct-2020
  • 136 Bytes
You can Share it: