Your question is Single-Line SQL: Retrieve User Names. 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.
Phenom needs a simple administrative query for retrieving the names of users registered on its platform. Write a single-line PostgreSQL query that returns the name for every row in the users table.
name column.| Column | Type | Description |
|---|---|---|
| user_idPK | INTEGER | Unique identifier for the user |
| name | VARCHAR(150) | User's display name |
| VARCHAR(255) | User's email address | |
| account_status | VARCHAR(20) | Current account status |