Here's a fun one.
Occasionally we may want to find the tables consisting of certain fields, this is because our schema's are so large, and our affiliation with external entities for database definitions causes a bit of confusion when composing certain queries.
Sometimes I need to know the answer to the question of: "What tables in database X contains the field name of Y?"
Querying schemas isn't my forté, and neither is finding search criteria to yield something mildly useful.
Cheers