BackendQuestion 24 of 52Using IndexesProblem Write a query to retrieve the first_name and last_name of employees where last_name = 'King'. (Assume an index exists on last_name). Try It Loading playground environment... Hint Show hint Solution Show solutionNext Question