Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Is it possible join two views and join between tables and views. If possible please show me some example. Thanks who response and spent their valuable time.
Posted

1 solution

Hi
Yes you can join view and table from sql server or any other DBMS for example from sql server please go to the views node and create new view and add your tables and views here ;)

for get the more information about it please follow of this link:
http://msdn.microsoft.com/en-us/library/a1kaf2x2.aspx[^]
http://www.ehow.com/video_4982926_creating-view-sql-server.html[^]

and at this link you can find how to do, with visual database tool:
http://msdn.microsoft.com/en-us/library/ms189269(v=sql.90).aspx[^]

If you want do it with SQL commands go to the these links:
http://www.w3schools.com/sql/sql_view.asp[^]
http://msdn.microsoft.com/en-us/library/ms187956.aspx[^]
http://www.sql-server-performance.com/2004/views-in-sql-server/[^]

Best Regards.
 
Share this answer
 
v3
Comments
Sumon562 9-Jun-13 0:38am    
Thank you Mr.AYDIN EBRAHIMI HOMAY . And Can I join Between two Views.
Zoltán Zörgő 9-Jun-13 0:44am    
Have you read at lest the first sentence of the answer? I doubt. Try again:
"Yes you can join view and table..."
Just to take the burden of understanding from your shoulders: the answer is yes.
But why are you asking on the first place? Try it out, and you will see, that it is working. If you are able to join tables, you will be able to do this too...
Aydin Homay 9-Jun-13 0:55am    
Yes I am agree with Mr.Zoltán Zörgő and please don`t forget green accept button after that ;) you can join views with each other tables and lab lab lab ....
Sumon562 9-Jun-13 1:25am    
Thank you

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