Deleting a category removes it from the category list and from any tasks that have been assigned to it.
Answer the following statement true (T) or false (F)
False
You might also like to view...
Composition is sometimes referred to as a(n) ________.
a) is-a relationship b) has-a relationship c) have-a relationship d) one-to-many relationship
Rewrite bundle (page 1015) so the script it creates takes an optional list of filenames as arguments. If one or more filenames are given on the command line, only those files should be re-created; otherwise, all files in the shell archive should be re-created. For example, suppose all files with the file- name extension .c are bundled into an archive named srcshell, and you want to unbundle just the files test1.c and test2.c. The following command will unbundle just these two files:
$ bash srcshell test1.c test2.c
Businesses should use a ________ network in order to share resources
A) hybrid B) client-server C) ring D) peer-to-peer
Which of the following commands deletes an index?
A. DELETE INDEX B. REMOVE INDEX C. UNINDEX D. DROP INDEX