TableA is currently being accessed in a number of long running queries. Which of the following
operations is NOT blocked, thus allowing the operation to immediately proceed?

A.
“DROP TABLE TableA
B.
“ALTER TABLE TableA
C.
“TRUNCATE TABLE TableA
D.
“GRANT SELECT ON TableA TO UserA
Explanation: