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

What do you mean by Table Sample?

Add comment
Views: 208
Votes: 1
Comments: 0
TABLESAMPLE allows you to extract a sampling of rows from a table in the FROM clause. The rows retrieved are random and they are not in any order. This sampling can be based on a percentage of number of rows. You can use TABLESAMPLE when only a sampling of rows is necessary for the application instead of a full result set.
Others in this Category
document What is an execution plan? When would you use it? How would you view the execution plan?
document Which are new data types introduced in SQL SERVER 2008?
document Q: What are different normalization forms?
document How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
document What is Row_Number()?
document How to find tables without Indexes?
document What is OLTP (Online Transaction Processing)?
document What is View?
document What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?
document Q: When do you use WHERE clause and when do you use HAVING clause?
» More articles



RSS