title 'DBMS Data Retrieved with a SELECT Statement'; proc sql; select * from vlib.product where cost is not null order by fibernam; quit; DBMS Data Retrieved with a PROC SQL Query displays the query's ...