Is it possible to give a user rights(update,select,insert) rights on a database and not necessary doing that for one relation at a time?
I have many tables in the database but I don't want this user to be able to delete a relation. Granting the user rights per table is gonna take a lot of time.
Any better way to do it without me having to write a script?