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