diff --git a/sqlite/chinook/run.sql b/sqlite/chinook/run.sql
index 014bfc12dfc2478d48b0eab49fa8d5aefb14065c..22a62774b51e229b459da1f95e3d449ad8fb9752 100644
--- a/sqlite/chinook/run.sql
+++ b/sqlite/chinook/run.sql
@@ -1,6 +1,6 @@
+.open chinook.db
 PRAGMA foreign_keys = ON;
 PRAGMA strict = ON;
 .mode column
 .headers on
-.open chinook.db