The name of the database used in this example has changed name (checked today): ``` sql2csv --db 'sqlite:///r-datasets.db' \ > --query 'SELECT row_names AS car, mpg FROM mtcars ORDER BY mpg' | csvlook ``` The new name is `datasets.sqlite`