Key Terms Flashcards

1
Q

View

A

reusable named query or table expression whose definition is stored as an object in the database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Schemabinding

A

prevents structural changes to dependent tables and columns while the view exists

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

user-defined function

A

a routine that accepts parameters, applies calculations and returns either a scalar-valued or table-values result

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

savepoint

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Mark

A

Defines a marker name in the transaction log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

lag function

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

tablock

A

specifies that the acquired lock is applied at table level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

updlock

A

specifies that update locks are to be taken and help until the transaction completes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly