Skip to content

Commit

Permalink
Update website/docs/reference/database-permissions/about-database-per…
Browse files Browse the repository at this point in the history
…missions.md
  • Loading branch information
mirnawong1 authored Nov 1, 2023
1 parent 6768a72 commit 14aa364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Database permissions are access rights and privileges granted to users or roles

### How to use them

- Users and administrators can grant and manage permissions using SQL statements or through the database system's interface.
- Users and administrators can grant and manage permissions at various levels (such as table, schema, and so on) 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.
Expand Down

0 comments on commit 14aa364

Please sign in to comment.