test.db를 SQLite 셸에서 열고, 필요한 경우 데이터베이스 파일을 생성하는 명령은 무엇인가요?
test.db
.schema test.db
SELECT * FROM test.db;
sqlite3 test.db
CREATE TABLE test.db;