Multiple choice

Which of the following commands is used to delete the entire file except the file structure?

  1. ZAP

  2. ERASE

  3. PACK

  4. DELETE

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ZAP is a dBASE database command that removes all records from a database file while preserving the file structure itself. This is different from DELETE which marks records for deletion, or ERASE which removes entire files. PACK removes deleted records permanently.