Marcos Lima Brasil
The Global Organization of Characters at People’s Names (GOCPN) made a census to figure how many characters people have in theirs names.
To help OMCNP, you must show the number of characters of each name sorted by decreasing number of characters.
Column | Type |
id (PK) | integer |
name | varchar |
id | name |
1 | Karen |
2 | Manuel |
3 | Ygor |
4 | Valentine |
5 | Jo |
name | length |
Valentine | 9 |
Manuel | 6 |
Karen | 5 |
Ygor | 4 |
Jo | 2 |