Answer Posted / ankit verma
A common table expression (CTE) can be thought of as a
temporary result set that is defined within the execution
scope of a single SELECT, INSERT, UPDATE, DELETE, or CREATE
VIEW statement.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a web based system?
What is _viewstart?
Explain how can we inherit a static variable?
What is difference between or and orelse?
Which is better viewstate or session?
Explain server control extensibility with reference to asp.net 2.0 ?
How to find out what version of asp.net I am using on my machine?
What is http pipeline in asp.net?
What is the default authentication mode for asp.net?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
how to transfer the file from client to server using asp.net
How can you pass multiple complex types in Web API?
Explain code snippet to register exception filters from controller?
How do you declare static variable? What is its lifetime?
What is server side in asp.net?