EXPLAIN authority is the authority required to explain query plans without gaining access to data for a specific database. This authority is a subset of the database administrator authority and has no inherent privilege to access data stored in tables.
EXPLAIN authority also provides EXECUTE privilege on the built-in explain routines.
EXPLAIN authority is a subset of the SQLADM authority.