Teradata, like every other commercial database system, serializes access at the transaction level. If you cannot use transactions to accomplish what you want, you could perhaps implement an exclusivity protocol using a queue table as a kind of semaphore.
↧