SQL Command Database not open
SQLite viewer online, open or create SQLite database files online, execute SQL scripts, query data, and export SQLite files.
-
Open a database, and the opened database will be stored in memory :
- New : Create a new database without tables and data.
- Open : Open a local SQLite database file, which is required to be an unencrypted ( no password ) file.
- Example : Use the sample database to learn or test.
- Execute : After opening an SQLite database, execute the entered SQL script. You can use SQL to create tables, views, add, delete, modify and query data.
- Download : Download the SQLite database as a local file.
- Clear : Clear the entered SQL commands and query results. SQLite database will not be emptied.