Guest User

Untitled

a guest
Jul 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. country_id (PK)
  2. country_name
  3.  
  4. district_id (PK)
  5. district_name
  6.  
  7. country_id (FK countries(country_id))
  8.  
  9. subject_id (PK)
  10. subject_name
  11.  
  12. district_id (FK districts(district_id))
  13. country_id (FK countries(country_id))
  14.  
  15. city_id (PK)
  16. city_name
  17.  
  18. subject_id (FK subjects(subject_id ))
  19. district_id (FK countries(district_id))
  20. country_id (FK countries(country_id))
Add Comment
Please, Sign In to add comment