Assume ds is a DataSource and the EMP table is defined appropriately.
What does executing this code fragment do?
Given:
var fruits = List.of(''apple'', ''orange'', ''banana'', ''lemon'');
You want to examine the first element that contains the character n. Which statement will accomplish this?