Your question is SQL for Database Validation. 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.
The ISS STOXX employee directory requires a basic data-quality check for short display names. Write a PostgreSQL query that returns employee records where employee_name contains exactly four letters.
NULL values.| Column | Type | Description |
|---|---|---|
| employee_idPK | INTEGER | Unique employee identifier |
| employee_name | VARCHAR(100) | Employee display name |