You can use the ____ command to create a new table using data in an existing table.

A. CREATE TABLE
B. NEW TABLE
C. UPDATE
D. ALTER TABLE


Answer: A

Computer Science & Information Technology

You might also like to view...

A multi-branch if statement directs program flow through exactly one of its branches.

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

Computer Science & Information Technology

What will be displayed as a result of executing the following code? public class test

``` { public static void main(String[] args) { int value1 = 9; System.out.println(value1); int value2 = 45; System.out.println(value2); System.out.println(value3); value = 16; } } ``` a. 9 45 16 b. 94516 c. 9 45 16 d. Nothing. This is an error

Computer Science & Information Technology

For a class used in making a linked list, a pointer is maintained in the private section (usually called start) because:

A. we need to move the start pointer through the list when we search B. it always points to the node we want to remove C. all nodes are made in the heap, and having this pointer into the linked list prevents memory leak and renders the linked list useful D. it always points to the place where we want to insert a new node

Computer Science & Information Technology

The ________ Wizard can be used to export data from Access to be used in Word

Fill in the blank(s) with correct word

Computer Science & Information Technology