How can I tell if a column in my sqlite3 database has a database index on it?
.schema
Look up the table definition in the schema, or the CREATE TAbLE statement in your DB creation script.