[sql] asasas

Viewer

  1. CREATE TABLE `Authors` (
  2.         `name` VARCHAR(200) NOT NULL,
  3.         `surname` VARCHAR(200) NOT NULL,
  4.         `age` INT NOT NULL,
  5.         PRIMARY KEY (`name`,`surname`,`age`)
  6. );
  7.  
  8.  
  9. INSERT INTO Authors ('name','surname','age')
  10. VALUES  ('Mathin','Akhundlu','33');
  11.  
  12.  
  13. SELECT *FROM Authors;

Editor

You can edit this paste and save as new:


File Description
  • asasas
  • Paste Code
  • 06 May-2021
  • 270 Bytes
You can Share it: