SELECT ename FROM emp WHERE ename LIKE \'S%\'; Which of the following names can be selected by the above query?
Reveal answer
Fill a bubble to check yourself
SELECT ename FROM emp WHERE ename LIKE \'S%\'; Which of the following names can be selected by the above query?