Create a single SQL script for the project (10 points off if not in one file). Please test your script before submission. Twenty (20) points will be taken if the script is not running (even with minor syntax error) while the instructor tests on his system. Please note the importance of this practice as a database professional in the field. This practice will be reinforced for all remaining projects in the course.
Submit your project through D2L If you need instructions on how to submit, click here.
Please submit your SQL script only. SQL script is in .sql format, which can be run in Oracle SQL*Plus as SQL>@filepath\file.sql. For example, if your SQL script is saved as myscript.sql in C:\temp folder, then we will be able to execute it in SQL*Plus as "SQL>@C:\temp\myscript.sql."
Convention for File Name: Please name your file as firstname_lastname_project3.sql, where firstname and lastname are your first and last name, respectively, and "_" is underscore.
Please note that five (5) points will be taken for all projects this semester from this point on if the file naming convention is not followed.