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 Delete
B. Append and Delete
C. Make table and Update
D. Append and Update
Answer: A
Computer Science & Information Technology
You might also like to view...
When using the Package Presentation for CD feature, you can add a password to prevent viewers from opening the presentation
Indicate whether the statement is true or false
Computer Science & Information Technology
What will be the outcome of the following query? SELECT replace(9999.00-1,'8',88) FROM dual;
A. 99988 B. 9998 C. 9999.88 D. 999
Computer Science & Information Technology