You are using a database named SalesDB to keep all sales records. The SalesDB database
contains a table named Orders. You are required to create a new t able named OldOrders and
transfer all the data from the Orders table to the new table. Which of the following statements will
you use to accomplish the task?

A.
IMPORT INTO
B.
INSERT INTO
C.
ADD INTO
D.
SELECT INTO