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 LASTNAME,SALARY, RPAD(SALARY,4,'@')FROM EMPLOYEESWHERE SALARY BETWEEN 4000 AND 9000LASTNAME LIKE =E2=80=98%S';

  • DAVIES                           3100                3100MATOS                            2600                2600VARGAS                         2500                2500HIGGINS                         12000              12000
  • MOURGOS                      5800                5800 Correct
  • MOURGOS                      5800                5800@@@@RAJS                                 3500                3500@@@@DAVIES                           3100                3100@@@@MATOS                            2600                2600@@@@VARGAS                         2500                2500@@@@HIGGINS                         12000              12000@@@
  • MOURGOS                      5800                @@@@5800
Similar IT-6202 questions