[sql] Students

Viewer

copydownloadembedprintName: Students
  1. CREATE TABLE `Students` (
  2.         `ID` INT NOT NULL,
  3.         `Name` VARCHAR NOT NULL,
  4.         `Age` INT NOT NULL,
  5.         `WorkgroupID` INT NOT NULL,
  6.         PRIMARY KEY (`ID`)
  7.         FOREIGN KEY (`WorkgroupID`)
  8. );

Editor

You can edit this paste and save as new:


File Description
  • Students
  • Paste Code
  • 23 Jan-2022
  • 180 Bytes
You can Share it: