A recruiter types the letter "A" into a search bar to find every candidate whose name starts with that letter. Let's assume that this search bar automatically sends a query to a database. What might that query look like? Using the employees table, return id, name, and department for all employees whose name begins with 'A', ordered by name descending.