Skip to main content

Posts

Showing posts from February, 2016

SQLITE commands

 Create a database with the name rahultest rahul@rahul-Inspiron-3542:~$ sqlite3 rahultest.db SQLite version 3.8.11.1 2015-07-29 20:00:57 Enter ".help" for usage hints. ========================================= Show the databases sqlite> .databases seq  name             file                                                     ---  ---------------  ---------------------------------------------------------- 0    main             /home/rahul/rahultest.db                ...