External tables are an easy way to use files to load data, run queries against to provide transformations, load only needed data, or use the files as reference data without even loading it to the database tables.
Transparently select information from OS files that have been delimited or from fixed fields into the database.
Create platform-independent dump files that can be used to transfer data. ...