データベースファイルが必要に応じて作成されるようにしながら、test.dbをSQLiteシェルで開くコマンドはどれですか?
test.db
SELECT * FROM test.db;
sqlite3 test.db
CREATE TABLE test.db;
.schema test.db