adspace


What is the difference between seek predicate and predicate?

Answer Posted / Trilok.singh

A predicate is a logical expression used to filter or select rows from a database table. A seek predicate, specifically, is a type of predicate used by an index seek operation in MS SQL Server to find data quickly within an index.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to enter binary string literals in ms sql server?

1244


What is the difference between upgrade and migration in sql server?

1184


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1197


List the ways in which dynamic sql can be executed?

1086


What is a view in sql?

1040


Can we shrink data file in sql server?

1128


How to connect php with different port numbers?

1189


How to convert character strings into numeric values?

1190


How raid can influence database performance?

1117


What are wait types?

1249


what is spatial nonclustered index

1058


What are different types of constraints?

1001


What is in place upgrade in sql server?

1126


Why and when do stored procedure recompile?

1061


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1023