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