[sql] Online auction system

Viewer

copydownloadembedprintName: Online auction system
  1. CREATE TABLE `Buyer` (
  2.         `shipping ID` INT(5),
  3.         `shipping address` VARCHAR(15),
  4.         PRIMARY KEY (`shipping ID`)
  5. );

Editor

You can edit this paste and save as new:


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