Skip to content

Commit d640745

Browse files
committed
Added chinook DB reference
1 parent 1003317 commit d640745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dataframe_SQL_query.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@
318318
"cell_type": "markdown",
319319
"metadata": {},
320320
"source": [
321-
"### Read tables from a local SQLite database file using `JDBC` connection"
321+
"### Read tables from a local SQLite database file using `JDBC` connection\n",
322+
"For this read, we will use the famous chinook DB in SQLite tutorial. You can [download the file from here](http://www.sqlitetutorial.net/sqlite-sample-database/). Remember to unzip it in a suitable directory. You will need the path to this file later."
322323
]
323324
},
324325
{

0 commit comments

Comments
 (0)