SELECT ename FROM emp WHERE ename LIKE '%A_E%'; Which name from the following names can selected by the above query?
Reveal answer
Fill a bubble to check yourself
SELECT ename FROM emp WHERE ename LIKE '%A_E%'; Which name from the following names can selected by the above query?