Skip to content

Commit 807f815

Browse files
committed
Update notebooks
1 parent 3a4fe17 commit 807f815

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

chapters/08/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ <h1 id="Link-Tables-Together">Link Tables Together<a class="anchor-link" href="#
141141
<div class="inner_cell">
142142
<div class="text_cell_render border-box-sizing rendered_html">
143143
<p>We dropped our readings table earlier, so it no longer exists.</p>
144-
<p>We'll need to re-create it but this time we'll add an extra 'Foreign Key' constraint to ensure that any values in the 'flight' column must be valid entries in our new 'flights' table using:</p>
144+
<p>We'll need to re-create it but this time we'll add an extra 'Foreign Key' constraint.</p>
145+
<p>This will ensure that any values in the 'flight' column must be valid entries in our new 'flights' table using:</p>
145146
<div class="highlight"><pre><span></span><span class="k">CREATE</span> <span class="k">TABLE</span> <span class="n">readings</span> <span class="p">(</span>
146147
<span class="n">flight</span> <span class="nb">VARCHAR</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span> <span class="k">NOT</span> <span class="k">NULL</span><span class="p">,</span>
147148
<span class="n">ts</span> <span class="k">TIMESTAMP</span> <span class="k">NOT</span> <span class="k">NULL</span><span class="p">,</span>

notebooks

0 commit comments

Comments
 (0)