Hi
I am planning to take interview in VB.net,can any one share
your interview Questions for a Entry-level job.
Regards
Lina
Answer Posted / praveen
how to create views in sql with syntax and example
?
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you please explain the difference between c# and vb.net?
What is intermediate langauge?
What is code access security?
difference between checkbox vs radiobutton??
What are option strict and option explicit?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
How to connect crystal report in vb.net ?
How to create a constant in vb.net?
What is early binding?
What is the use of assembly?
How to view an assembly?
What is pre-jit?
How many classes a dll can contain?
What is difference between import system.data.sqlclient,system.data.oledb?
Which classes a dll can contain?