After the changes have been reviewed, before the workbook can be published, which of the following must be removed from the workbook?
A) The track changes notation B) The users names
C) The review features D) The shared designation
D
You might also like to view...
Which of the following statements are true?
a. Generic type information is present at compile time. b. Generic type information is not present at runtime. c. You cannot create an instance using a generic class type parameter. d. You cannot create an array using a generic class type parameter. e. You cannot create an array using a generic class.
When the data validation Error alert is set to ________, the user is prevented from entering invalid data in the cell
A) Information B) Alert C) Warning D) Stop
The object that displays fields and records from a table or query in a printable format is a:
a. form b. query c. report
You are developing a complex PL/SQL routine. Which of the following control structures in PL/SQL can be used for unconditional branching to a particular area of the code block?
A. goto B. if true then C. loop D. if-then-else