1/* 2REM 3REM Borrower-q-all.sql 4REM 5REM Query Borrower table. 6REM 7*/ 8 9 10SELECT * 11FROM Borrower;