select apogee, date from launch where apogee > all ( select apogee from launch where date_part('year', date)=1957);
select apogee, date from launch where apogee > ( select max(apogee) from launch where date_part('year', date)=1957);
/home/gtowell/bin/submit -c 383 -d hw2 -p 2
There may be other versions of submit on the servers. Be sure to use mine.
The arguments to submit have the following meanings: