Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question no 1, 3, 4 & 5 Hands-On Assignments Create and execute SQL statements to perform the following actions, using the JustLee Books database 1.

Question no 1, 3, 4 & 5 image text in transcribed
Hands-On Assignments Create and execute SQL statements to perform the following actions, using the JustLee Books database 1. Create a new user account. The account name should be a combination of your first initial and your last name. 2. Attempt to log in to Oracle 12c with the newly created account. 3. Assign privileges to the new account that allow connecting to the database, creating new tables, and altering an existing table 4. Using an account with the required privileges, create a role named CUSTOMERREP that 253 allows inserting new rows in the ORDERS and ORDERITEMS tables and deleting rows from these tables. 5. Assign the account created in Assignment 1 the CUSTOMERREP role 6. Log in to Oracle 12c with the new account created in Assignment 1. Determine the privileges currently available to the account 7. Revoke the privilege to delete rows in the ORDERS and ORDERITEMS tables from the CUSTOMERREP role 8. Remove the CUSTOMERREP role from the account created in Assignment 1 9. Delete the CUSTOMERREP role from the Oracle 12c database 10. Delete the user account created in Assignment 1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Graph. 3y + 2x 6

Answered: 1 week ago