Key Terms Flashcards
View
reusable named query or table expression whose definition is stored as an object in the database
Schemabinding
prevents structural changes to dependent tables and columns while the view exists
user-defined function
a routine that accepts parameters, applies calculations and returns either a scalar-valued or table-values result
savepoint
a marker within an open transaction that you can later roll back to, undoing only the changes that took place since the savepoint and not the rest of the changes that took place in the transaction
Mark
Defines a marker name in the transaction log
lag function
returns an element from the row in the current partition that is requested number of rows before the current row. With 1 assumed as the default offset
tablock
specifies that the acquired lock is applied at table level
updlock
specifies that update locks are to be taken and help until the transaction completes