Which command changes the database context?

A. OPEN [Database Name]
B. USE [Database Name];
C. SELECT [Database Name];
D. SWITCH [Database Name]


Answer: B

Computer Science & Information Technology

You might also like to view...

What would display if the following pseudocode was coded and executed?

``` Declare String grade = "93" If isInteger(grade) Then Set intGrade = stringToInteger(grade) Display intGrade Else Display "Not a valid number" ``` a. "93" b. 93 c. Not a valid number d. 93 Not a valid number

Computer Science & Information Technology

Any changes to the photo album affect the entire album

Indicate whether the statement is true or false

Computer Science & Information Technology

The default file extension for a 2016 PowerPoint show is ________

A) .potm B) .ppsx C) .ppsm D) .pptx

Computer Science & Information Technology

The prefix ____ is used when naming a RequiredFieldValidator object on a web form

A. rfv B. fld C. rfl D. flv

Computer Science & Information Technology