To delete a table column, select the column and then click the ____________________ button on the Tables toolbar.

Fill in the blank(s) with the appropriate word(s).


Delete Cells

Computer Science & Information Technology

You might also like to view...

After the following code executes, what is the value of my_value if the user enters 0?

``` cin >> my_value; if (my_value > 5) my_value = my_value + 5; else if (my_value > 2) my_value = my_value + 10; else my_value = my_value + 15; ``` a. 15 b. 10 c. 25 d. 0 e. 5

Computer Science & Information Technology

The __________ is not an FTP command.

a) CWD b) DELE c) DIR d) QUIT

Computer Science & Information Technology

The practice of using social media sites to sell products and services is ________

A) B2B B) SSL C) B2C D) SMM

Computer Science & Information Technology

The file where an object is embedded or linked

a. Read-only file b. Destination file c. Source file

Computer Science & Information Technology