Using the CHECKS table, write a query to return all the unique remarks. SELECT DISTINCT REMARKS FROM CHECKS;