Answer Posted / abhinandan
create view <Viewname> as
select a as A,b as B,c as C
from <tablename>
where <whereclause{optional}> order by A
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Did vb6 support multi-threading ?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is a literal control?
Explain the difference between namespace and assembly?
Name a feature which is common to all .net languages?
what is commom language runtime?
How does vb.net achieve polymorphism?
Which class allows an element to be accessed using unique key?
Explain strong name in .net assembly?
What is multiple form in vb?
Name some of the keywords used in vb.net?
What are the difference between structure and class?
what is difference between web.config and machine.config and where it will be ?
How do you call a stored procedure in Visual Basic?