A(n) ____ query adds records from an existing table to a new table, that is, a table that has not yet been created.

A. insert-table
B. new-table
C. add-table
D. make-table


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Variables declared in the body of a particular method are local variables and can be used only in that method. b. A method’s parameters are local variables of the method. c. Every method’s body is delimited by left and right braces ({ and }). d. Keyword null indicates that a method will perform a task but will not return any information.

Computer Science & Information Technology

What is the best way to create defensive code?

A. Develop traps in the software B. Think like an attacker C. Clean up the clutter D. Create UML misuse cases

Computer Science & Information Technology

The goal of normalization is to take a table or collection of tables and produce a new collection of tables that represents the same information but is free of problems.

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

Computer Science & Information Technology

To create the illusion of _______________, a cartoon image can be displayed on the screen and repeatedly replaced by a new image that is similar, but slightly advanced in the time sequence.

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

Computer Science & Information Technology