Posted by: yak_yak_yak April 21, 2008
sql question
Login in to Rate this Post:     0       ?        

here is answer,

 

select * from cat a 

inner join dog b

on a.id =b.id

inner join animal c

on b.id =c.id

where c.color = 'Brown'

Read Full Discussion Thread for this article