A.GRANT ADD DATA ON TABLE tab1 TO GROUP tom appgrp
B.GRANT INSERT TO USER tom, GROUP appgrp ON TABLE tab1
C.GRANT INSERT ON TABLE tab1 TO USER tom, GROUP appgrp
D.GRANT ADD DATA ON TABLE tab1 TO USER appgrp, GROUP tom
第1题:
在SQL Server 2000中,某数据库中有角色Role和用户User,User是Role角色的成员,且只属于该角色。先对Table表给Role只授予SELECT和DELETE权限,并授予User对T表具有SELECT、UPDATE和DENY DELETE权限,则用户User对Table表可以执行的操作是______。
第2题:
A.Itupdatesthecontrolfilewiththenewlocationofthedatafile.
B.Itupdatesonlythedatadictionarywiththenewlocationofthedatafile.
C.Itchangesthelocationoftheuser_data01.dbffileintheoperatingsystem.
D.Itchangesthelocationoftheuser_data01.dbffileintheoperatingsystemandupdatesthecontrolfilewiththenewlocationofthedatafile.
第3题:
第4题:
A.{request.getAttribute("user")}
B.{param.user}
C.{user}
D.{requestScope.user}
第5题:
A.RESTOREDATAFILE’/DISK2/user_data01.dbf’
B.RESTOREDATAFILE’/DISK3/user_data01.dbf’
C.SETNEWNAMEFOR’/DISK3/user_data01.dbf’TO’/DISK2/user_data01.dbf’
D.SETNEWNAMEFOR’/DISK2/user_data01.dbf’TO’/DISK3/user_data01.dbf’
第6题:
在test.jsp文件中有如下一行代码: _____.setAttribute("user",user);要使user对象一直存在于会话中,直至终止或被删除为止,横线处应填入:()。
A.page
B.request
C.session
D.application