Guest User

Untitled

a guest
May 27th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. CREATE TABLE acciones (
  2. symbol VARCHAR(30) NOT NULL,
  3. price DECIMAL(12, 4) NOT NULL,
  4. volume DOUBLE NOT NULL,
  5. date DATE NOT NULL
  6. ) engine = InnoDB;
Add Comment
Please, Sign In to add comment