[sql] student

Viewer

  1. CREATE TABLE `stud_table` (
  2.         `name` VARCHAR(50),
  3.         `mark` DECIMAL(10),
  4.         KEY `shurit` (`name`,`mark`) USING BTREE,
  5. KEY `shruti` (`name`,`mark`) USING BTREE
  6. ) ENGINE=InnoDB;

Editor

You can edit this paste and save as new:


File Description
  • student
  • Paste Code
  • 17 Feb-2020
  • 175 Bytes
You can Share it: