EXPLAIN Query
You may only want to allow your developers to run EXPLAIN to debug slow queries, while disallow them to query the actual data.
To achieve this, you can create a custom role with
a single databases.queryExplain
permission.
Then go to the project members page and grant this custom role to your users/groups.