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