CSE-132 / hw_1 / show_tables.sql
show_tables.sql
Raw
SELECT *
FROM customer
SELECT *
FROM loan
SELECT *
FROM borrower