哪个命令会在 SQLite shell 中打开 test.db,并在需要时创建数据库文件?
test.db
sqlite3 test.db
.schema test.db
CREATE TABLE test.db;
SELECT * FROM test.db;