Your browser does not support JavaScript!

Choose the letter of the correct answer based on the table EMPLOYEES as shown below.Table 1.0 EMPLOYEESBased on the given SELECT statement below what would be the possible output?SELECT INITCAP(LASTNAME||','||FIRSTNAME) AS NAMEFROM EMPLOYEESWHERE JOB_ID LIKE '%PR%';

  • KING,STEVENHUNOLD,ALEXANDERERNST,BRUCELORENTZ,DIANA
  • King,StevenHunold,AlexanderErnst,BruceLorentz,Diana Correct
  • king,stevenhunold,alexanderernst,brucelorentz,Diana
  • King=E2=80=99,=E2=80=99StevenHunold=E2=80=99,=E2=80=99AlexanderErnst=E2=80=99,=E2=80=99BruceLorentz=E2=80=99,=E2=80=99Diana
Similar IT-6202 questions