Question: Question 1 6 ( 1 point ) = 4 ) Listen * Consider the following SQL command in a PostgreSQL database:CREATE ROLE developer;GRANT SELECT, INSERT,
Question point Listen Consider the following SQL command in a PostgreSQL database:CREATE ROLE developer;GRANT SELECT, INSERT, UPDATE ON ALL TABLES IN SCHEMA public TO developer;Why might this approach be considered good practice in role management?It gives developers the minimum necessary privileges to perform their tasks, following the principle of least privilege.It allows developers to modify database schemas and security settings.It restricts developers to data modification privileges only on necessary tables, minimizing potential security risks.It ensures that developers have admin privileges necessary for all operations.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
