What two queries would you use to move all customers with unpaid invoices into a new table of their own and remove them from the original table?

A) Make table and Update B) Append and Update
C) Make table and Delete D) Append and Delete

C

Computer Science & Information Technology

You might also like to view...

You are given the following information about the IP address of a host connected to the network, 172.16.112.1/25. Determine the number of network (N), subnet (S), and host (H) bits. Which of the following statements are TRUE?

A) N = 24 B) S = 14 C) H = 7 D) S = 6

Computer Science & Information Technology

Outside of a C++ program, a file is identified by its __________while inside a C++ program, a file is identified by a(n) __________.

a. file number, file name b. file name, file number c. name, address d. name, file stream object e. None of these

Computer Science & Information Technology