Consider a transaction which includes following operations
Z= Z + 10
Write Z
...
Suppose that the value of Z after addition and the execution of this operation is 17. Now against the write
operation the entry made in the log file will be
What does Z reflects in the above entry?
Suppose there are 4 rows and 3 columns in TABLE1 and 6 rows and 5 columns in TABLE2; what is the size of
the Cartesian product incase of CROSS JOIN between these two tables?