Every SQL statement has to be reviewed by a DBA — common?
I mean everything, not just schema changes. Even a simple SELECT on a primary key can’t go into production, even though it has been code-reviewed by other developers (in context), without a DBA review of every statement, extracted from the code and submitted with EXPLAIN output, details of how often it will be called, etc, etc.