how to create views in sql with syntax and example
Answer Posted / jayesh patel
CREATE VIEW <View Name> AS <Query Goes here>
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Which classes a dll can contain?
What is redim keyword and its use?
What is different between web.config and machine.config and where it will be ?
Explain option explicit?
What are the differences between c# and visual basic.net?
When do you use virutal keyword?
Write a VB.Net console program to check whether a number is perfect or not.
What do you mean by serialization?
what is interface and when it is used?
Can we use Vb.Net and C# language simultaneously in one .Net application?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Explain convert.tostring and i.tostring method?
How to create a constant in vb.net?
Explain how to store decimal data in .net?
What is option strict?