Examples  Assigning permissions to users

Chapter 8: Creating Databases and Tables

How does the deterministic property affect function-based indexes?

Unlike computed columns, function-based index keys must be deterministic. A computed column is still conceptually a column, which, once evaluated and stored, does not require reevaluation. A function or expression, however, must be reevaluated upon each appearance in a query. You cannot use preevaluated data, such as index data, unless the function always evaluates to the same results with the same input set.





Copyright © 2005. Sybase Inc. All rights reserved. Assigning permissions to users

View this book as PDF