COPY STRUCTURE TO copies only the table structure (field definitions) without any data records, making it fastest as no data transfer occurs. COPY TO copies all records with data. COPY FILE copies entire files including data. The structural copy operation is inherently faster than any data copy operation.