The DBA issues this SQL command:What privileges does the user Scott have at this point?()A. No privileges.B. Only the SELECT privilege.C. Only the CONNECT privilege.D. All the privileges of a default user.

题目
The DBA issues this SQL command:What privileges does the user Scott have at this point?()

A. No privileges.

B. Only the SELECT privilege.

C. Only the CONNECT privilege.

D. All the privileges of a default user.


相似考题
参考答案和解析
参考答案:A
更多“The DBA issues this SQL command:What privileges does the user Scott have at this point?() ”相关问题
  • 第1题:

    当需要查询段的详细信息,可以使用如下()数据字典视图。

    A.DBA_SEGMENTS

    B.ALL_SEGMENTS

    C.USER_SEGMENTS


    参考答案:A, B, C

  • 第2题:

    You look() What()you()?

    Atire;did;do

    Btiring;have;done

    Ctired;do;do

    Dtired;have;been doing


    D

  • 第3题:

    执行SQL语句时,SQL语句应设置在Command对象的()属性中。

    A.SqlCommand

    B.CommandString

    C.CommandText

    D.CommandSql


    正确

  • 第4题:

    当需要查询用户的表空间限额时,可以使用如下()数据字典视图。

    A.DBA_USERS

    B.ALL_USERS

    C.DBA_TS_QUOTAS

    D.USER_PASSWORD_LIMITS


    参考答案:C

  • 第5题:

    Command对象可以执行SQL语句


    正确

  • 第6题:

    下面选项中,关于SQL语句truncate table user;的作用是解释,正确的是()

    A.查询user表中的所有数据

    B.与“delete from user;“完全一样

    C.删除user表,并再次创建user表

    D.删除user表


    不仅清空user表中的所有数据,而且可以重置auto_increment的值。