Posted by: matribhumi September 24, 2006
SQL help
Login in to Rate this Post:     0       ?        
select * from customer, branch, account where customer.=branch.id and branch.=account.id This statement will give you all the customers who have an account in every branch.
Read Full Discussion Thread for this article