You need to recommend a solution to ensure that the customers can create the database objects. The solution must meet the business goals.
What should you include in the recommendation?
For each customer, grant the customer ddl_admin to the existing schema.
For each customer, create an additional schema and grant the customer ddl_admin to the new schema.
For each customer, create an additional schema and grant the customer db_writerto the new schema.
For each customer, grant the customer db_writerto the existing schema.
Submit