When the following SQL statement is executed, user smith will NOT be able to do which of the following?
REVOKE USE OF STOGROUP stogr1 FROM smith;
A . CREATE TRIGGER …;
B . CREATE TABLE … IN db1.ts1;
C . CREATE DATABASE … STOGROUP stogr1;
D . CREATE TABLESPACE … USING STOGROUP stogr1;
Answer: D