1/* 2REM 3REM PR-02-db-show.sql 4REM 5REM show tables of `yurttas-PR-02` 6REM 7*/ 8 9USE `yurttas-PR-02`; 10 11SHOW TABLES;