SQL LOAD and UNLOAD Describes the instructions to export/import information from/to a database. LOAD Inserts data from a file into an existing database table. UNLOAD Copies data from the database tables into a file.