Your question is SQL Names Starting With A. Start with the requirements and the one table on the right.
Run and submit as often as you like. When you're ready, talk me through your approach or go straight to the code.
ISS Governance needs a simple employee directory filter for names beginning with the uppercase letter A. Write a PostgreSQL query against the Employee table.
A.a names.| Column | Type | Description |
|---|---|---|
| employee_idPK | INTEGER | Unique employee identifier |
| name | VARCHAR(100) | Employee display name |
| department | VARCHAR(80) | Employee department |