2과목) 다음 SQL 실행 결과로 가장 적절한 것은?

SQLD · 0pt
``` SELECT REGEXP_SUBSTR('ORA-00933: SQL command not properly ended', '[A-z]+', 1, 3) FROM DUAL; ```