Views and locks

Started by Mihai Gheorghiuover 24 years ago1 messagesgeneral
Jump to latest
#1Mihai Gheorghiu
tanethq@earthlink.net

SELECT FOR UPDATE works for views as well?
In other words, can I be sure that the corresponding lock is placed on the
table itself?
If updates are done only via views, can a SELECT FOR UPDATE on a view
prevent simultaneous changes on the record in the original table?