
Database Systems 6th Edition by Ramez Elmasri, Shamkant B. Navathe
النسخة 6الرقم المعياري الدولي: 0136086209
Database Systems 6th Edition by Ramez Elmasri, Shamkant B. Navathe
النسخة 6الرقم المعياري الدولي: 0136086209 تمرين 2
Exercise 20.14
Figure 20.2
Change transaction T2 in Figure 20.2b to read:
read_item(X);
X:= X+M;
if X > 90 then exit
else write_item(X);
-Repeat Exercise 20.14 adding a check in T1 so that Y does not exceed 90.
Figure 20.2Change transaction T2 in Figure 20.2b to read:
read_item(X);
X:= X+M;
if X > 90 then exit
else write_item(X);
-Repeat Exercise 20.14 adding a check in T1 so that Y does not exceed 90.
التوضيح
T1 T2
read_item(X);
X := X-N;
read_item(X)...
Database Systems 6th Edition by Ramez Elmasri, Shamkant B. Navathe
لماذا لم يعجبك هذا التمرين؟
أخرى 8 أحرف كحد أدنى و 255 حرفاً كحد أقصى
حرف 255

