Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. I have created the table here
  2.  
  3. DROP TABLE IF EXISTS SIGN_UP;
  4. CREATE TABLE SIGN_UP(
  5. S_PIN VARCHAR(4),
  6. F_ID INTEGER(4),
  7. TIME_SIGNED_UP DATE,
  8. ....
  9. ....);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement