Skip to content

Commit

Permalink
Add solutions for episode 08
Browse files Browse the repository at this point in the history
  • Loading branch information
gcapes committed Apr 4, 2018
1 parent a8c2c0c commit 9f852b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _episodes/08-hygiene.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ the tool shapes the hand that shapes the tool.
> * 87 Turing Avenue
> * January 25, 1971
> * the XY coordinate (0.5, 3.3)
>
> > ## Solution
> > New Zealand is the only atomic value.
> > All the others contain more than one piece of information which should be stored separately:
> > - House number, street name
> > - Month, day, year
> > - X coordinate, Y coordinate
> {: .solution}
{: .challenge}

> ## Identifying a Primary Key
Expand All @@ -94,4 +102,8 @@ the tool shapes the hand that shapes the tool.
> |latitude|longitude|date |temperature|
> |--------|---------|----------|-----------|
> |57.3 |-22.5 |2015-01-09|-14.2 |
>
> > ## Solution
> > Latitude, longitude, and date are all required to uniquely identify the temperature record.
> {: .solution}
{: .challenge}

0 comments on commit 9f852b9

Please sign in to comment.