Skip to content

Commit

Permalink
Update about-database-permissions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 1, 2023
1 parent f373cbe commit 6768a72
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@ Database permissions are access rights and privileges granted to users or roles
- They help maintain data integrity, prevent unauthorized changes, and limit exposure to sensitive data.
- Permissions also support compliance with data privacy regulations and auditing.

## How to use them
### How to use them

- Users and administrators can grant and manage permissions using SQL statements or through the database system's interface.
- Assign permissions to individual users or roles (groups of users) based on their responsibilities.
- Typical permissions include "SELECT" (read), "INSERT" (add data), "UPDATE" (modify data), "DELETE" (remove data), and administrative rights like "CREATE" and "DROP."
- Users should be assigned permissions that ensure they have the necessary access to perform their tasks without overextending privileges.

Something to note is that each data platform provider might have different approaches and names for privileges. Refer to their documentation for more details.
## Examples

Refer to the following database permission pages for more info on examples and how to setup database permissions:
### Examples

Refer to the following database permission pages for more info on examples and how to set up database permissions:

- [Databricks](/reference/database-permissions/databricks-permissions)
- [Postgres](/reference/database-permissions/postgres-permissions)
Expand Down

0 comments on commit 6768a72

Please sign in to comment.