Guest User

Untitled

a guest
Apr 5th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. | userID | name | email | balance |
  2. | ------------- |---------------|------------------|------------|
  3. | 101 | alpha | alpha@mail.com | 1000 |
  4. | 102 | bravo | bravo@mail.com | 500 |
  5. | 103 | charlie | charlie@mail.com | 2000 |
  6.  
  7. | transactionID | from_user | to_user | transfer_amount |
  8. | ------------- |---------------|------------------|------------------|
  9. | 1 | 101 | 103 | 100 |
  10. | 2 | 102 | 101 | 150 |
  11. | 3 | 102 | 103 | 200 |
Add Comment
Please, Sign In to add comment