Snippet

get actors starting with A

SELECT first_name, last_name FROM actor WHERE first_name LIKE 'A%' ORDER BY first_name;
dvdrentalpublic