Question: Create two SQL scripts The first script performs the following: Creates ten users (user40 user50) password the same as user name Grants privileges to allow
Create two SQL scripts
The first script performs the following:
Creates ten users (user40 user50) password the same as user name
Grants privileges to allow the users to create tables, sequences, and views
Creates a table (Refer to the SQL Reference manual; CREATE TABLE statement) in the user40 schema
Grants privilege for user50 to query the table in the user40 schema (verify that only user50 can perform a query)
Save as Project4.sql
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
