Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ALTER TABLE POSITIONS DROP COLUMN extras;
  2. ALTER TABLE POSITIONS DROP COLUMN specification;
  3. CREATE TABLE POSITION_DESC (
  4. extra VARCHAR(40),
  5. ename VARCHAR(90) NOT NULL,
  6. specification VARCHAR(1000) NOT NULL,
  7. pnumber DECIMAL(8,0) NOT NULL,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement