Hi friends
I want to know how to retrieve data from two or more table in SQL Server ?
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jun 24, 2012, 8:16 AM
The JOIN keyword is used in an SQL statement to query data from two or more tables, based on a relationship between certain columns in these tables.
Please refer the below links
http://www.w3schools.com/sql/sql_join.asp
http://databases.about.com/od/careers/l/aajoins1.htm
Thanks