Guest User

Untitled

a guest
Feb 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. nehal@nehal-Inspiron-5559:~/Desktop/UAV$ sqlite3 database.db
  2. SQLite version 3.20.1 2017-08-24 16:21:36
  3. Enter ".help" for usage hints.
  4. sqlite> CREATE TABLE users(
  5. ...> password varchar(10),
  6. ...> email text,
  7. ...> name text
  8. ...> );
  9. Error: file is not a database
Add Comment
Please, Sign In to add comment