What is CTE in sql server 2005?
Answers were Sorted based on User's Feedback
Answer / santhosh khanna
Common Table Expressions, It is return temporary result set
from inside a statement.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Will the asp.net validators run in server side or client side?
Where is session data stored in asp net?
List some of the important session state modes of asp.net.
Why does a user need nothing more than a Web browser to view ASP.NET pages?
what is the difference between this.controls and page.form1.controls and me.controls?
What is a web api? Which protocol is used in a web api?
Explain the difference between dataset and datareader.
Fetch one page value to another page without using state-managment ?
Explain what the contents of cookie?
What are the event handlers that we can have in global.asax file?
Types of exceptions in dot net???
What is the difference between a page theme and a global theme?