ANALYZE users;
EXPLAIN ANALYZE users;

Code 6.13. Not working in SQLite

EXPLAIN SELECT firstname FROM users;

Code 6.14. Not working in SQLite

EXPLAIN ANALYZE
SELECT *
FROM users;