Top "Sqlitemanager" questions

SQLiteManager is a multilingual web based tool to manage SQLite database.

SQLite - alter a table's column type?

I am starting a project involving a small database and I am considering to use SQLite. If I create a …

sqlite sqlitemanager
Creating a date column with date format in SQL

I'm creating a table that contains a date registered column. I want it formatted as "YYYY-MM-DD". I've already attempted this... …

sql sqlite date-format sqlitemanager
Foreign Key constraint doesn't work

I have two tables, theme and quiz, here is their definition: CREATE TABLE "theme" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT …

sqlite sqlitemanager
Run multiple commands in sqlite manager

It's possible to run more than one command in the direct SQL execution in SQlite Manager? (useful if you insert …

sql database sqlite sqlitemanager
DROP Syntax error in SQLiteManager

I have downloaded sqlite manager app in Firefox browser and open sqlite manager app. 1) Created database named DBSQLTEST. 2) Created table …

ios sqlite sqlitemanager