When a view is no longer needed, you can remove it using the ____________________ command.
Fill in the blank(s) with the appropriate word(s).
DROP VIEW
You might also like to view...
A technician is replacing a motherboard in a users desktop PC. Which of the following tools should be used before replacing the new motherboard?
A. Power supply tester B. BIOS update disk C. Loopback plug D. Wire tester
MC The method______ may be defined in a class as a destructor.
a) __del__. b) __des__. c) __rem__. d) None of the above.
Answer the following statements true (T) or false (F)
1. Non-template functions have a slight advantage in speed over template functions. 2. Iterators are objects that are similar to pointers. 3. When an item stored in a linked list is removed, all list items stored after it have to be moved down to plug up the hole. 4. Inserting an item into a linked list requires that all the items past the point of the insertion be shifted to make room for the new item. 5. In a non-empty list, there must be exactly one list item with no successor.
Reviewing log files is a time-consuming task and therefore should only be done when an attack on the network has occurred.
Answer the following statement true (T) or false (F)