No, you can just specify the file name within double quotes instead of a table name in a SELECT statement:

select * from "iasi.odb";

 or, if you have a file with heterogeneous metadata (e.g. because it spans several years of observations retrieved from MARS and new columns have added to it over the years):

select all * from "iasi.odb";