To save a web query in Excel, use the ________ on the Data tab

A) Data Validation command
B) Connections command
C) Edit Links command
D) Properties


Answer: B

Computer Science & Information Technology

You might also like to view...

An array is a ____ data structure, which means all its components must be of the same data type.

a. hybrid b. compound c. homogeneous d. heterogeneous

Computer Science & Information Technology

Set the Program Title startup option to add a custom title to the title bar instead of the database name and path.

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

Computer Science & Information Technology

Identify the three major areas of training.

What will be an ideal response?

Computer Science & Information Technology

How many and what kind of variables (primitive or object) are created in the code below?

> String fileName = FileChooser.pickAFile(); // fileName is an object variable. > Picture p1 = new Picture(fileName); // p1 is an object variable. > p1.show();

Computer Science & Information Technology