Lab 1 - SQL Commands and Database Sequences
Lab 1 - SQL Commands and Database Sequences
25%
Instructions
Part A: Complete the Pre-Lab Tasks
1. Attend the lectures related to the lab activities.
2. Complete the out-of-class learning activities, as indicated by your instructor.
3. Download and review the More Movies database.
4. Create a CPRG 307 user account.
a. Execute the Create_CPRG307_Users.sql script located in the Course Resources
section of Brightspace.
b. Ensure that you log into the database as the user SYS (SYS as sysdba).
This script creates two new users with specific privileges you will be using in the labs
for this course.
Notes:
You don’t need to understand the code in this script.
If you see errors when executing the script, ask your instructor for guidance.
If you need to remove the users, execute Drop_CPRG307_Users.sql script in
the Course Resources section of Brightspace.
This step does not need to be presented in your discussion board post.
5. Create the More Movies database tables in your database.