Answer Posted / v.vaithyanarayanan
CREATE VIEW table_name [ ( column_name1,
column_name2, ... ) ]
AS SELECT ...
EX:
CREATE VIEW ViewOfTableA AS SELECT col1 FROM TableA
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell us how many languages are supported by .net?
Explain the differences between vb.net and c#, related to oops concepts?
What is a stream in vb.net?
What is meant by jagged arrays?
What is visual basic.net culture?
What are the differences between server-side and client-side code?
Why do we use ansi keyword?
How do you define a read only property in a class module?
Can you please explain the difference between thread and process?
Explain the difference between int and int32?
described weak typing?
What are nested classes?
What is the difference between c# and vb.net?
Explain clr?
Tell me which namespace are used for accessing the data?