Data integrity exists on ACCESS LOCK?
B
Correct answer
Explanation
ACCESS locks in Teradata are used for reading but do not guarantee data integrity. They allow reading uncommitted data from other transactions, which can result in dirty reads or inconsistent data. True data integrity requires stricter locking mechanisms.