Which statement should you use?

You need to populate a table named EmployeeCopy with data from an existing table named
Employee.
Which statement should you use?

You need to populate a table named EmployeeCopy with data from an existing table named
Employee.
Which statement should you use?

A.
Option A

B.
Option B

C.
Option C

D.
Option D



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Sven

Sven

COPY doesn’t exist. So that isn’t right.
SELECT won’t add data. So that isn’t right.
INSERT is correct.