Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is CTE?

Add comment
Views: 114
Votes: 0
Comments: 0
CTE is an abbreviation Common Table Expression. A Common Table Expression (CTE) is an expression that can be thought of as a temporary result set which is defined within the execution of a single SQL statement. A CTE is similar to a derived table in that it is not stored as an object and lasts only for the duration of the query.
Others in this Category
document Q: What are various constraints used in SQL?
document What is a table called, if it has neither Cluster nor Non-cluster Index? What is it used for?
document What is Difference between Function and Stored Procedure?
document Q: Please explain Outer Join in SQL
document What is CHECK Constraint?
document What is Data Compression?
document What is the difference between UNION and UNION ALL?
document What is BCP? When does it used?
document What is Filtered Index?
document What are Sparse Columns?
» More articles



RSS