-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90a63c4
commit c558ca5
Showing
2 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
tools: sys.download, sys.exec | ||
tools: sys.download, sys.exec, sys.remove | ||
|
||
Download https://www.sqlitetutorial.net/wp-content/uploads/2018/03/chinook.zip to the | ||
local directory. Expand the archive as there is a sqlite database in it. | ||
Download https://www.sqlitetutorial.net/wp-content/uploads/2018/03/chinook.zip to a | ||
random file. Then expand the archive to a temporary location as there is a sqlite | ||
database in it. | ||
|
||
First inspect the schema of the database to understand the table structure. | ||
|
||
Form and run a SQL query to find the artist with the most number of albums and output | ||
the result of that. | ||
|
||
When done remove the database file and the downloaded content. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters