Using the CHECKS table from earlier today, write a query to return just the check numbers and the remarks. SELECT CHECK#, REMARKS FROM CHECKS;