tengo 3 tablas:
1er tabla - reparaciones con id primary key= reparacion_id y foreign key = equipo_id
2da tabla - equipos con id primary key = equipo_id y foreign key= cliente_id
3er tabla - clientes con id primary key= cliente_id
quiero relacionar estas 3 tablas porque solo quiero mostrar el nombre del cliente sin que modifique nada en la bd
i have three tables:
1st table - reparaciones with id primary key= reparacion_id y foreign key = equipo_id
2nd table - equipos with id primary key = equipo_id y foreign key= cliente_id
3rd table - clientes with id primary key= cliente_id
i want to relation this 3 tables because i want to show the name of client without modifying anything in the db
[attachment=673:tablas.jpg]
[attachment=674:programa.png]
[attachment=675:CODIGO.png]
thanks