Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
pls some one tell that how to create joins in multiple table in shopping cart database, my tables are product, category, cart, order.
Pls help me to create joins to show data...........
Posted
Comments
Amir Mahfoozi 5-Jan-13 8:02am    
start SSMS -> click on New query -> right click in editor area -> select Design Query in Editor... : this wizard will help you to join tables and get the result.
Good Luck

 
Share this answer
 
Comments
Espen Harlinn 6-Jan-13 9:23am    
5'ed!
Sandeep Mewara 6-Jan-13 10:11am    
Thanks. :)
Following are two good links to follow. Go through with them and try yourself. Then if you are still having issues, please contact me.

http://blog.sqlauthority.com/2009/04/13/sql-server-introduction-to-joins-basic-of-joins/[^]

http://msdn.microsoft.com/en-us/library/ms191517(v=sql.90).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900