u-ar’s blog
id:u-ar
Transactional Information Systems 第8章 演習問題解答
Transactional Information Systemsにおける第8章演習問題の自分なりの解答。 間違っていたらご指摘ください。 hackmd.io 8.1 Q 述語ロック (predicate locking) はOR条件や結合条件にどのように拡張できるか。 ORの例: select name from emp where position = 'manager' or department = 'research'; 結合の例: select…