Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/09/2017, 09:35
Avatar de Libras
Libras
Colaborador
 
Fecha de Ingreso: agosto-2006
Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 17 años, 8 meses
Puntos: 774
Respuesta: Consulta modelo relacional

Pues haces un query con joins y listo, no le veo mas complicacion

Código SQL:
Ver original
  1. SELECT * FROM tabla1 AS t1
  2. LEFT JOIN tabla2 AS t2 ON (t1.id=t2.id)
  3. LEFT JOIN tabla3 AS t3 ON (t2.id=t3.id)
__________________
What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me