By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| id | role | firstName | departement |
|---|---|---|---|
| 1 | not me | John | accounting |
| 2 | me neither | Paul | accounting |
| 3 | who, me? | George | accounting |
| 4 | responsable | Ringo | accounting |
| 5 | never | Bob | shipping |
| 6 | responsable | Fred | shipping |
| 7 | wise guy | Larry | sales |
| 8 | nyuk-nyuk-nyuk | Curly | sales |
| 9 | responsable | Moe | sales |
| id | department_name |
|---|---|
| 1 | accounting |
| 2 | shipping |
| 3 | sales |
| id | department_name | id_responsable_employee | firstName |
|---|---|---|---|
| 1 | accounting | 4 | Ringo |
| 2 | shipping | 6 | Fred |
| 3 | sales | 9 | Moe |