I'm not sure how to do the following querys on my excel homework with a data the teacher gave me?
- Show only two columns: Employee FName & Lname, where LName begins with B or H, ascending sort on LName.
- Show only two columns: Employee FName & LName, excluding those records where the City ends with “o” or “n”. Sort ascending on FName. Hint: Use NOT, LIKE, Wildcard symbol, AND
Can anyone help me? thank you