Which command opens test.db in the SQLite shell, creating the database file if necessary?
test.db
SELECT * FROM test.db;
CREATE TABLE test.db;
sqlite3 test.db
.schema test.db