When the View Side by Side button is active, which of the following does NOT allow you to move between two workbooks?
A) Use the buttons on the task bar
B) Pressing the Alt + Tab keys
C) Use the Switch Windows button in the Window group
D) Clicking on the upper or lower part of the window
B
You might also like to view...
A null value is synonymous with a zero value
Indicate whether the statement is true or false
In each of the following cases, state (yes or no) whether the resulting schedule is always serializable and recoverable. If the answer is no, give an example of a schedule that is either not serializable or not recoverable.
Two transactions run concurrently, and each might either commit or abort. The transactions are chosen from the following: T1 : r1(x) w1(y) T2 : w2(x) T3 : r3(y) w3(x) T4 : r4(x) w4(x) w4(y) a. T1 and T2 both running at READ UNCOMMITTED b. T2 and T2 both running at READ UNCOMMITTED c. T1 and T2 both running at READ COMMITTED d. T1 and T3 both running at READ COMMITTED e. T1 and T3 both running at SNAPSHOT isolation f. T1 and T4 both running at SNAPSHOT isolation