Google News
logo
SQLite - Interview Questions
How would you create a database in SQLite?
In SQLite, sqlite3 command is used to create database.
 
Syntax :

Sqlite3 database_name.db

Advertisement