.mode column .headers on select "users" table_name, count(*) total_rows from users union select "files" table_name, count(*) total_rows from files union select "sessions" table_name, count(*) total_rows from sessions union select "temp_files" table_name, count(*) total_rows from temp_files union select "commits" table_name, count(*) total_rows from commits