I have the client table:
id nombre idCiudad
The city table:
id nombre
How can I make a selection so that it shows me everything in the client table but instead of taking me out the idCiudad, show me the name of that city directly?
Thanks in advance.