write lock is compatiable with which type of lock?
Answer Posted / yuvaevergreen
Adding to above, teradata locks objects on first come first
serve basis. write locks are generally used for dmls like
insert,update,delete. select statement uses access lock.
exclusive locks are used for ddls like create,alter. Pseudo
lock is a concept by which teradata assigns one amp to take
care of locking the rows of the table in other amps. This
amp makes sure that other amps lock the table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain BYNET.
What is the use of virtual processor connectivity in teradata?
What is upsert statement in teradata?
Highlight a few of the advantages that ETL tools have over Teradata.
How teradata makes sure that there are no duplicate rows being inserted when its a set table?
Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.
How do you create tables? Exact syntax, and create profiles, users in teradata?
Explain the most common data types used in teradata?
Explain parsing engine in teradata?
What is spool space? Why do you get spool space errors? How do trouble-shoot them?
What are aggregate tables? How do you design them using teradata?
What are some commonly used bteq scripts?
Explain some differences between mpp and smp?
what are the day to day activities of teradata DBA ?
What is a sparse index?