DP-300 · Question #149
Case Study 2 - Contoso, Ltd Overview General Overview Contoso, Ltd. is a financial data company that has 100 employees. The company delivers financial data to customers. Physical Locations Contoso…
The correct answer is B. For each customer, create an additional schema and grant the customer ddl_admin to the new. Scenario: Ensure that users of the PaaS solution can create their own database objects but be prevented from modifying any of the existing database objects supplied by Contoso. Members of the db_ddladmin fixed database role can run any Data Definition Language (DDL) command in…
Question
Options
- AFor each customer, grant the customer ddl_admin to the existing schema.
- BFor each customer, create an additional schema and grant the customer ddl_admin to the new
- CFor each customer, create an additional schema and grant the customer db_writer to the new
- DFor each customer, grant the customer db_writer to the existing schema.
How the community answered
(49 responses)- A12% (6)
- B80% (39)
- C4% (2)
- D4% (2)
Explanation
Scenario: Ensure that users of the PaaS solution can create their own database objects but be prevented from modifying any of the existing database objects supplied by Contoso. Members of the db_ddladmin fixed database role can run any Data Definition Language (DDL) command in a database. Not D: db_writer does not have permissions to create database objects. https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication- access/database-level-roles
Community Discussion
No community discussion yet for this question.