Posts by DuplaFudida • 13 points
1 post
-
1
votes1
answer72
viewsQ: SELECT in auto-relational table
I have a table funcionario, with attributes: ID(PK) and IDCHEFE (FK from the table itself). Each employee(a) has one idchefe which refers to another official (who is his boss(a)). How to make a…