--output when you run it for the first time: ERROR at line 1: ORA-00942: table or view does not exist -- when you run it subsequent times, it will say View dropped View created. Grant succeeded. -- if you do select * from movie80; you should get NAME TITLE YEAR -------------------------------- -------------------------------- ---------- Irvin Kershner The Empire Strikes Back 1980 Richard Marquand Return of the Jedi 1983 Brian De Palma Scarface 1983 Alan Parker Fame 1980 Bernardo Bertolucci The Last Emperor 1987 -- to check whether you granted privileges to every user of the database, -- ask another student to do select * from abc07u.Movie80; where abc07u -- is your user name -- similarly you can practice granting and revoking privileges on one of your tables, -- to answer questions 4 and 5