view SQlite on line
http://inloop.github.io/sqlite-viewer/
Sqlite command line tutorials
Command line
Delete a row from table : DELETE FROM #table name WHERE id=number;
http://inloop.github.io/sqlite-viewer/
Delete a row from table : DELETE FROM #table name WHERE id=number;