Icon

Exercise1

<p><strong>Chapter 2/Exercise 1</strong></p><p>This exercise shows how to write data into a database while also preparing it for the next exercises.</p><p>The workflow</p><ul><li><p>reads <em>cars-85.csv</em> file,</p></li><li><p>writes the first 20 rows into a database table, and</p></li><li><p>writes the full dataset into a different table in the same database.</p></li></ul><p>As a database use the SQLite database <em>KBCBook.sqlite</em>.</p>

Nodes

Extensions

Links