- SQLiteStudio的取得及其相關功能,可以參閱:
SQLite管理工具SQLite Studio https://sql.bod.idv.tw/2021/01/sqlitesqlite-studio.html - 在這網站內的SQL學習,會以Chinook範例資料庫,當資料操作的資料來源。
如何取得Chinook?
https://github.com/lerocha/chinook-database
https://github.com/lerocha/chinook-database/tree/master/ChinookDatabase/DataSources
https://archive.codeplex.com/?p=chinookdatabase
可以參考:取得SQLite版本的Chinook範例資料庫 https://sql.bod.idv.tw/2021/01/sqlitechinook.html - 這裡除了準備Chinook Sample Database外,我們將在SQLiteStudio新增建立一個測試資料庫TestWind.sqlite的資料庫。
Databases區塊內按滑鼠右鍵→Database→Add a database
或 Database→Add a database
按『+』鈕,選擇存放的資料夾位置,輸入資料庫檔名:TestWind.sqlite,存檔。
OK,建立TestWind資料庫。
確認SQLiteStudio的資料庫區塊,已有:Chinook, TestWind
選取TestWind,Connect to the database