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
Explain about the performance of visual basic?
What is globalization?
Can you please explain the difference between int and int32?
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 ?
What is econo-jit?
What is vb.net used for?
Explain the difference between thread and process?
Explain the components of common language runtime.
Can you please explain the difference between c# and vb.net?
What is the significance of delegates?
Explain the use of console application?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What are the differences between server-side and client-side code?
What is the difference between vb 6 and vb.net?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?