Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Table One
  2. ==========================
  3. Col 1 VARCHAR2 UNIQUE KEY
  4. Col 2 VARCHAR2
  5. Col 3 VARCHAR2
  6. ===========================
  7.  
  8. Table Two
  9. ==========================
  10. Col One VARCHAR2 UNIQUE KEY
  11. Col Two TIMESTAMP
  12. Col Three NUMBER
  13. ==========================
  14.  
  15. Mapping Table
  16. ==============================
  17. Table One Table Two
  18. ==============================
  19.  
  20. Col 1 Col One
  21. Col 2 Col Three
  22. Col 3 Col Two
  23. ==============================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement