InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is The Command Used To Create A Database In Sqlite? |
|
Answer» To create a database in SQLite- COMMAND “sqlite3” is USED. The BASIC SYNTAX to create a database is $sqlite3 DatabaseName.db . To create a database in SQLite- command “sqlite3” is used. The basic syntax to create a database is $sqlite3 DatabaseName.db . |
|