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
What keyword is used to accept a variable number of parameter in a method?
What are the shadow variables?
What is the difference between Namespace and Assembly?
What is break mode? What are the options to step through code?
Explain the observations between vb.net and vc#.net?
What is the importance of a Button control?
difference between control and component more than one differences
What is the advantages of VB.NET?
How to retrieve images in sql server database through vb.net?
What is static member?
Explain the use of console application?
How to view an assembly?
what is commom language runtime?
What is tracing?
Explain nested classes?