You have access to two databases, DEV and PROD. Currently you are connected to the DEV
database. Which operation is permitted?

A.
“Delete from PROD..TableA
B.
“Select * from PROD..TableA
C.
“Truncate table PROD..TableA
D.
“Insert into PROD..TableA select * from DEV..TableB
Explanation: