Just include the command in quotes after the database file argument.
For example, the following creates a table called abc:
sqlite3 test.db 'create table abc (col0 int)'
Just include the command in quotes after the database file argument.
For example, the following creates a table called abc:
sqlite3 test.db 'create table abc (col0 int)'