Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. +----------+-------------+-------------+
  2. | route_no | Start_point | destination |
  3. +----------+-------------+-------------+
  4. | 123 | ABC | BCD |
  5. | 234 | DEF | EFG |
  6. | 345 | GHI | HIJ |
  7. | 445 | JKL | KLM |
  8. | 546 | MNO | NOP |
  9. +----------+-------------+-------------+
  10.  
  11. +-----+--------+--------+------+
  12. | pid | pname | gender | age |
  13. +-----+--------+--------+------+
  14. | 111 | David | m | 30 |
  15. | 222 | Andy | f | 20 |
  16. | 333 | kat | f | 27 |
  17. | 444 | viki | m | 32 |
  18. | 555 | rob | m | 52 |
  19. +-----+--------+--------+------+
  20.  
  21. +-----+----------+------------+---------+
  22. | pid | route_no | jrny_date | seat_no |
  23. +-----+----------+------------+---------+
  24. | 111 | 123 | 2019-05-14 | 57 |
  25. | 222 | 234 | 2019-06-11 | 3 |
  26. | 333 | 345 | 2019-07-20 | 33 |
  27. | 444 | 445 | 2018-08-22 | 14 |
  28. | 555 | 546 | 2018-11-17 | 19 |
  29. +-----+----------+------------+---------+`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement