Skip to content
SQLSimplified
BackendQuestion 24 of 52

Using Indexes

Problem

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

Solution