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


Please Help Members By Posting Answers For Below Questions

what is common type system?

532


What is branching logic control in VB.NET?

577


Explain the difference between datatable and dataset?

566


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 ?

2252


Name and explain some of the exclusive features which are present in vb?

561






Which is the tool which can convert visual basic old version to .net compatibility version?

536


What is the main purpose of garbage collector?

517


What is the use of errorprovider control?

607


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

604


How do you define a read only property in a class module?

536


What is public assembly?

578


Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.

2053


How a base class method is hidden?

625


What is the use of system.diagnostics.process class?

573


difference between control and component more than one differences

2422