When users or AI agents describe what they want in natural language, the intent must be translated to Oracle SQL. This skill provides common NL phrasings, their SQL equivalents, and disambiguation ...
FOR REC IN (SELECT DISTINCT SQL_HANDLE FROM DBA_SQL_PLAN_BASELINES where sql_text like '%HELLO%') select /* HELLO */ num from bob where id = 100; select /* HELLO ...