The SQLite command line shell has a .mode
dot command, which enables you to change the way SQLite formats its query results.
The default output for queries is as a pipe-separated list, however, you can use the .mode
dot command to change this to another format, such as an HTML table.