Modules
Data Analyst
Data Engineer
Product Data Scientist
AI Engineer
Machine Learning Engineer
Prompt Engineer
Using the users table, your goal is to identify the name(s) with the highest character count. If there is a tie, where multiple names share the longest length, your query should list all those names.
users table:
| Column Name | Description |
|---|---|
| user_id | Unique identifier for each user |
| name | The full name of the user |
| zip_code | The user's zip code |
| ssn_number | The user's Social Security Number |
Using the users table, your goal is to identify the name(s) with the highest character count. If there is a tie, where multiple names share the longest length, your query should list all those names.
users table:
| Column Name | Description |
|---|---|
| user_id | Unique identifier for each user |
| name | The full name of the user |
| zip_code | The user's zip code |
| ssn_number | The user's Social Security Number |
| John Fresto |
| Jennifer Kal |
| John Fresto |
| Jennifer Kal |