The SELECT clause selects all columns returned by the query in the FROM clause.
proc sql outobs=10;
   title 'All Flights for Each Supervisor';
   select *