InterviewSolution
Saved Bookmarks
| 1. |
List out the different forms of locks available in Teradata. |
|
Answer» Every object in the database is shared between multiple users who access the data simultaneously. If, for example, a user was updating a table and another user tried to view it simultaneously, the second user would receive inaccurate and inconsistent information. Locking mechanisms have been invented to avoid this kind of data inconsistency or data corruption. Having a lock PREVENTS multiple users from CHANGING the same data at the same TIME, reducing the possibility of data corruption/data inconsistency. In general, Teradata comprises four types of locks as follows:
|
|