#include <stdio.h> DATABASE PERS = FILENAME "PERSONNEL"; main() { FOR E IN EMPLOYEES printf ("%s\n", E.LAST_NAME); END_FOR; COMMIT; FINISH; }