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.
Este ejercicio forma parte del curso
Intermediate SQL with AI
Instrucciones del ejercicio
- Write a prompt that retrieves all people where the third letter of the name is “e”.
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio