Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Table A
  2. | id | name |
  3. ---------------------
  4. | 1 | John |
  5. | 2 | Jim |
  6. | 3 | Joe |
  7.  
  8.  
  9. Table AC
  10. | id | id_a | id_c |
  11. ---------------------------------
  12. | 1 | 1 | 1 |
  13. | 2 | 1 | 4 |
  14. | 3 | 2 | 2 |
  15. | 4 | 3 | 3 |
  16. | 5 | 3 | 1 |
  17.  
  18.  
  19. Table C
  20. | id | name |
  21. ---------------------
  22. | 1 | Pie |
  23. | 2 | Cake |
  24. | 3 | Burger |
  25. | 4 | Ice |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement