Matching text
You've been asked to help test out a new search feature. You'll need to check whether the system can correctly handle searches where users type only part of an actors name. As part of this test, you decide to look for all actors whose names have the letter “e” in the third position.
You need to pull this list from the database to confirm the search behaves as expected.
This exercise is part of the course
Intermediate SQL with AI
Exercise instructions
- Write a prompt that retrieves all people where the third letter of the name is “e”.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
