How do I see the description of the department using an SQL query that calls all the people's records?
This is the query I have
SELECT p.nombre, p.apellido1, p.apellido2, p.dep
FROM personas p, departamentos d
WHERE p.dep = d.dep
...
asked by
19.12.2018 / 20:35