网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
The DBA issues this SQL command:CREATE USER scottIDENTIFIES by tiger;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:CREATE USER scottIDENTIFIES by tiger;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. ” 相关考题
考题 Which view should a user query to display the columns associated with the constraints on a table owned by the user? () A. USER_CONSTRAINTSB. USER_OBJECTSC. ALL_CONSTRAINTSD. USER_CONS_COLUMNSE. USER_COLUMNS

考题 现有两张数据表(MySQL数据库)如下:x_pt_info x_user_info字段 类型 长度 小数位 字段 类型 长度 小数位user_id int 11 user_id int 11pt_group int 11 user_name varchar 20pt_number decimal 10 2 user_work int 1描述一下这个SQL语句的作用:SELECT b.user_id as user_id,b.user_name as user_name,round(sum(a.pt_number),2) as ptnum from x_pt_info a,x_user_info b wherea.user_id=b.user_id and a.pt_group=1 and b.user_work=2 group by a.user_id order by ptnum desc另外,就你的经验,你觉得该语句是否有改进的余地,如有,请阐述。

考题 Which command will display the active configuration?() A. user@router show configurationB. user@router# showC. user@router show system configurationD. user@router show system commit

考题 当需要查询段的详细信息,可以使用如下()数据字典视图。 A.DBA_SEGMENTSB.ALL_SEGMENTSC.USER_SEGMENTS

考题 当需要查询用户的表空间限额时,可以使用如下()数据字典视图。 A.DBA_USERSB.ALL_USERSC.DBA_TS_QUOTASD.USER_PASSWORD_LIMITS

考题 在HBase中,创建一张名为“user_c”的表,该表有一个名为“User”的列族,其相应Shell命令应该是()。A.create ‘user_c’, {name => ‘User’};B.create {‘user_c’ => ‘User’};C.create ‘user_c’, {NAME = ‘User’};D.create ‘user_c’, {NAME => ‘User’};

考题 J2EE中在JSP中要使用user包中的User类,则以写法正确的是()。A.<jsp:useBeam id="user" class="user" import="user.*"/>B.<jsp:useBean id="user" class="user.User" scope="page"/>C.<jsp:useBean class="user.Use.class"/>D.<jsp:useBean name="user" class="user.User"/>

考题 4、在JSP中要使用user包中的User类,则以下写法正确的是()。A.<jsp:useBeam id=”user” class=”user” import=”user.*”/>B.<jsp:useBean id=”user” class=”user.User” scope=”page”/>C.<jsp:useBean class=”user.Use.class”/>D.<jsp:useBean name=”user” class=”user.User”/>

考题 下面选项中,关于SQL语句truncate table user;的作用是解释,正确的是()A.查询user表中的所有数据B.与“delete from user;“完全一样C.删除user表,并再次创建user表D.删除user表

考题 2、在HBase中,创建一张名为“user_c”的表,该表有一个名为“User”的列族,其相应Shell命令应该是()。A.create ‘user_c’, {name => ‘User’};B.create {‘user_c’ => ‘User’};C.create ‘user_c’, {NAME = ‘User’};D.create ‘user_c’, {NAME => ‘User’};