Skip to content

Commit 004b5c9

Browse files
committed
Update notebooks
1 parent 807f815 commit 004b5c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chapters/08/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h1 id="Link-Tables-Together">Link Tables Together<a class="anchor-link" href="#
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>
144144
<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>
145+
<p>This will ensure that any values in the 'flight' column must be valid entries in our new 'flights' table:</p>
146146
<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>
147147
<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>
148148
<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)