By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Records: 3 Duplicates: 0 Warnings: 0
| user_id | user_name |
|---|---|
| 1 | John |
| 2 | Jim |
| 3 | Jane |
Records: 5 Duplicates: 0 Warnings: 0
| skill_id | skill_name |
|---|---|
| 1 | PHP |
| 2 | Laravel |
| 3 | JavaScript |
| 4 | Angular |
| 5 | HTML |
Records: 15 Duplicates: 0 Warnings: 0
| user_name | PHP | Laravel | JavaScript | Angular | HTML |
|---|---|---|---|---|---|
| Jane | 1 | 1 | 3 | 4 | 5 |
| Jim | 1 | 3 | 4 | 5 | 1 |
| John | 5 | 3 | 1 | 1 | 2 |
Records: 5 Duplicates: 0 Warnings: 0
| user_name | min_PHP | max_PHP | min_Laravel | max_Laravel | min_JavaScript | max_JavaScript | min_Angular | max_Angular | min_HTML | max_HTML |
|---|---|---|---|---|---|---|---|---|---|---|
| John | 1 | 1 | 1 | 5 | 4 | 5 | 4 | 5 | 1 | 5 |
| user_name |
|---|
| Jim |