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
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
COPY doesn’t exist. So that isn’t right.
SELECT won’t add data. So that isn’t right.
INSERT is correct.