How to create view in sql server?
He my question is how to create view in sql server 2012.
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.
Vinitha TPosted Nov 16, 2021, 2:22 PM
Imtiyaz AnsariPosted Jun 20, 2014, 2:44 AM
Create view Vw_Clienttable // Create view viewname
as
select * from Clienttable // query for required result
Pawan ShuklaPosted Jun 18, 2014, 7:19 AM
Sunny ShaikhPosted Jun 18, 2014, 4:36 AM
Pawan ShuklaPosted Jun 18, 2014, 3:38 AM