Search notes:

SQLite: tables

without rowid

A »without rowid« table does not have a rowid as a primary key.

See also

table_info('tab_name') displays column information of the table named tab_name.
SQLite
create table, alter table, drop table
virtual tables
Constraints

Index