Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Parent table
  2. id married_couple married_at expected_kids
  3. --------------------------------------
  4. 1 Bob and Mary 2010-01-01 4
  5.  
  6. Child table
  7. id child_name parent_id date_of_birth
  8. --------------------------------------
  9. 1 Eddie 1 2012-01-01
  10. 2 Frankie 1 2013-01-01
  11. 3 Robbie 1 2014-01-01
  12. 4 Duncan 1 2015-01-01
  13.  
  14. Expected SQL result
  15. parent_id half_goal_reached(years)
  16. --------------------------------------
  17. 1 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement