The SQLite command line interface allows you to use various modes for formatting the result set of SQL queries. For example, you can format the results in columns, as a comma separated list, using vertical output, and more.
This article explains how to use the .mode
dot command to format your results as a tab-separated list.