```sql .load xsv0 create virtual table "students.csv" using csv; select * from "students.csv"; ``` Make `filename=` optional - if the table name is a valid file, then read from there. Saves a few keystrokes, and looks pretty nice?