To make a specific database active, you must execute the ____ database statement.

A. CHANGE
B. USE
C. SWITCH
D. SELECT


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) Each Page can have AppBars at the top and bottom of the screen for quick access to commands. b) By default, the AppBars are visible. c) Setting the AppBarā€™s IsOpen attribute to True indicates that the AppBar should be displayed when the app first executes. d) Windows 8 UI RadioButtons function as mutually exclusive options, just like their Windows Forms counterparts.

Computer Science & Information Technology

A pixel is a single point, or the smallest colorable area, on a computer monitor or printout.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the Tower of Hanoi problem, it would take about ____ years for the computer to generate 264 moves at the rate of 1 billion moves per second.

A. 5 B. 50 C. 500 D. 5,000

Computer Science & Information Technology

The definition int *count;

a) is a syntax error because only pointers can be defined with * nota-tion. b) is a compile-time error. c) is a logic error. d) is a correct definition of integer pointer count.

Computer Science & Information Technology