write lock is compatiable with which type of lock?

Answers were Sorted based on User's Feedback



write lock is compatiable with which type of lock?..

Answer / yuvaevergreen

EXCLUSIVE LOCK - NONE
WRITE LOCK - ACCESS
READ - READ, ACCESS
ACCESS - READ,WRITE,ACCESS

Is This Answer Correct ?    8 Yes 0 No

write lock is compatiable with which type of lock?..

Answer / anileie

Access lock

Is This Answer Correct ?    6 Yes 0 No

write lock is compatiable with which type of lock?..

Answer / 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

write lock is compatiable with which type of lock?..

Answer / tdguy

exclusive lock - not compatible with other locks.
write lock - compatible with access lock
read - compatible with read,access
access - compatible with write,read,access

Is This Answer Correct ?    1 Yes 0 No

write lock is compatiable with which type of lock?..

Answer / etlguy

exclusive lock - none.
write lock - access lock
read - read,access
access - write,read,access

Is This Answer Correct ?    1 Yes 0 No

write lock is compatiable with which type of lock?..

Answer / shaik mahamad rafi

write lock applying on table level ,we don't have read and exclusive .... both are in queue .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Teradata Interview Questions

Explain vproc in teradata?

1 Answers  


What is partitioned primary index (ppi)?

1 Answers  


How does indexing improve query performance?

4 Answers   Satyam,


Describe primary index in teradata. And what are the available primary index types?

1 Answers  


List out all forms of LOCKS that are available in Teradata.

1 Answers  


What are the design features involved in teradata?

1 Answers  


How is Teradata in current market?

4 Answers  


what is sysdba and sysdbc ? which has high priority ?

1 Answers   Wipro,


Highlight the differences between Primary Key and Primary Index.

1 Answers  


What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?

1 Answers  


How a Referential integrity is handled in Teradata?

5 Answers  


what is a multi statement request in TD? what is the diif b/w V2R5 & TD12? what is the diff b/w MACRO & STORED PROCEDURE?

3 Answers   HCL,


Categories