C-06-Q056mediumsingle_mcq
Which command starts SQLite and creates/accesses a database named school.db?
Which command starts SQLite and creates/accesses a database named school.db?
- a
start school.db - b
sqlite3 school.db - c
open school.db - d
db school.db
Which command starts SQLite and creates/accesses a database named school.db?
start school.dbsqlite3 school.dbopen school.dbdb school.db