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

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

A.A.drop user scott;

B.B.drop user scott include constents;

C.C.drop user scott cascade

D.D.drop user scott include datafiles;

正确答案是C