C-06-Q055mediumsingle_mcq
To create a new database named school in SQLite from the terminal, which command is used?
To create a new database named school in SQLite from the terminal, which command is used?
- a
create school.db - b
sqlite3 school.db - c
new school.db - d
open school.db