Repeat Exercise 21.14 adding a check in T 1 so that Y does not exceed 90. In

Question:

Repeat Exercise 21.14 adding a check in T 1 so that Y does not exceed 90.
In exercise 21.14
Change transaction T 2 in Figure 21.2b to read:
read_item(X);
X:= X+M;
if X > 90 then exit
else write_item(X);
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Fundamentals of Database Systems

ISBN: 978-0136086208

6th edition

Authors: Ramez Elmasri, Shamkant Navathe

Question Posted: