Skip to content

Commit

Permalink
Add Google Spreadsheets SQL Ben Collins tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
libcce authored Feb 14, 2020
1 parent cf0d0fe commit 63a5208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/09-other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ keypoints:

For this lesson, [DB Browser](https://sqlitebrowser.org), a free open source database tool was used, but there are other tools available, both proprietary and open. A helpful [comparison of database tools](https://en.wikipedia.org/wiki/Comparison_of_database_tools) is available via Wikipedia.

[SqliteOnline](https://sqliteonline.com/) is the free online database tool offered as an alternative to DB Browser for this lesson. In addition to SqliteOnline, there is [data.world](https://data.world) which also allows you to work online with SQL and ([library](https://data.world/datasets/library)) datasets and includes a [tutorial](https://docs.data.world/documentation/sql/concepts/basic/intro.html).
[SqliteOnline](https://sqliteonline.com/) is the free online database tool offered as an alternative to DB Browser for this lesson. In addition to SqliteOnline, there is [data.world](https://data.world) which also allows you to work online with SQL and ([library](https://data.world/datasets/library)) datasets and includes a [tutorial](https://docs.data.world/documentation/sql/concepts/basic/intro.html). SQL use in Google Sheets, a popular spreadsheet application, is even a possibility, demonstrated via [Ben Collin's tutorial](https://www.benlcollins.com/spreadsheets/google-sheets-query-sql/).

0 comments on commit 63a5208

Please sign in to comment.