fix truncated sentence

This commit is contained in:
Joe Germuska 2019-10-22 09:31:08 -05:00
parent 8a2d2f9193
commit 74ccf3503e

View File

@ -174,7 +174,7 @@
<div class="grid">
<div class="grid-item">
<p>
Besides knowing the table names, you need to know how each table is structured. To do this using SQL
Besides knowing the table names, you need to know how each table is structured. The way this works is also dependent upon which database technology you use. Here's how you do it with SQLite.
</p>
<sql-exercise data-question="Run this query to find the structure of the `crime_scene_report` table"