You can use GRANT, REVOKE, and DENY commands on many database objects in SQL Server. With the GRANT command, you can authorize a user. With …
Read More »Tag Archives: REVOKE
role “x” cannot be dropped because some objects depend on it
If you want to delete the PostgreSQL user, we can get the error “role x can not be dropped because some objects depend on …
Read More »Why PostgreSQL Allows Non-Privileged Users To Create Tables?
If you grant users the right to connect in a database, they can create a table under the default schema, the public schema. It …
Read More »