以下( )命令在删除用户SCOTT的同时删除用户所有的对象。

以下( )命令在删除用户SCOTT的同时删除用户所有的对象。

A.drop user scott;

B.drop user scott include constents;

C.drop user scott cascade

D.drop user scott include datafiles;

正确答案是C