A、GRANTAllONStudent,CourseTOUser1,User2;
B、GRANTStudent,CourseONAllTOUser1,User2;
C、GRANTAllTOStudent,CourseONUser1,User2;
D、GRANTAllTOUser1,User2ONStudent,Course;
第1题:
A.把查询Student表权限授给用户U1GRANT SELECTON TABLE StudentTO U1
B.把对表SC的查询权限授予所有用户GRANT SELECT ON TABLE SCTO PUBLIC
C.把对Student表和Course表的全部权限授予用户U2和U3GRANT ALL PRIVILIGESON TABLE Student, Course TO U2,U3
D.把查询Student表和修改学生学号的权限授给用户U4GRANT UPDATE, SELECTON TABLE StudentTO U4
第2题:
JRU数据下载使用U盘,当()时,表示转储完毕,拔出U盘。
第3题:
系统中有用户user1和user2,同属于users组。在user1用户目录下有一文件file1,它拥有644的权限,如果user2用户想修改user1用户目录下的file1文件,应拥有()权限。
第4题:
Windows 2003的NTFS文件系统具有对文件和文件夹加密的特性。域用户user1加密了自己的一个文本文件myfile.txt。他没有给域用户user2授权访问该文件。下列叙述正确的是()。
第5题:
作为公司的网络管理员,你在网络中的一台名为FTPServer的Windows2000Server计算机上创建了一个FTP站点,允许用户对站点的内容进行下载的操作,站点的主目录位于NTFS分区,并设置这个站点不允许匿名访问。这台FTP服务器上有两个用户账号Userl和User2,其中Userl是administrators组的成员,User2是普通账号。当使用账号Userl访问FTP服务器时没有任何问题,可是当使用账号User2访问FTP服务器时,系统提示登录失败。你应该采取什么措施以解决这个问题?()
第6题:
Which of the following statements allows USER1 to take away read access on the table ORG.TAB1 from USER2?()
第7题:
You are the DBA for an academic database. You need to create a role that allows a group of users to modify existing rows in the STUDENT_GRADES table.Which set of statements accomplishes this?()
第8题:
Your company has an Exchange Server 2010 organization. A user named User1 is configured as a Delegate for a user named User2. You need to ensure that User1 can add User2 in the From field when sending email messages. Messages that contain User2 in the From field must display User2 as the message sender when recipients receive the messages. What should you do()?
第9题:
Active Directory Users and Computers
Exchange Control Panel (ECP)
Exchange Management Console (EMC)
Microsoft Office Outlook
第10题:
Instruct User2 to add a delegate
Instruct User2 to send a signed e-mail message to User1.
Instruct User1 to send a signed e-mail message to User2.
Instruct User1 to modify the sensitivity settings of the e-mail message
第11题:
user1灯亮user2灯灭
user1灯亮user2灯亮
user1灯灭user2灯亮
user1灯灭user2灯灭
第12题:
第13题:
第14题:
用户user1和user2同属于users组,user1有一个文件file1,需要user2能修改user2的file1文件,改文件需要拥有什么样的权限
第15题:
You have a computer that runs Windows XP Professional. Two users named User1 and User2 share the computer. User1 and User2 encrypt files on the computer. User1 encrypts a file named file1. doc. You need ensure that both User1 and User2 can view the contents of file1. doc. What should you instruct User1 to do?()
第16题:
CTCS3-300T列控车载设备JRU下载数据时使用U盘文件系统格式为FAT(FAT16)才能正常下载数据,下载时USER1及USER2(),USER2点亮而USER1灭时表示数据下载完成。
第17题:
系统中有用户user1和user2,同属于users组.在user1用户目录下有一文件file1,其本身权限为644,如果要允许user2用户修改user1用户目录下的file1文件,则应该改file1的权限,为什么?()
第18题:
User2 is complaining that he is unable to list the contents of a directory. What is the most likely cause?()
第19题:
You have an Exchange Server 2010 organization.You have a user named User1 and a user named User2. You need to ensure that User1 can add User2 to the From field when he sends e-mail messages. Messages that have User2 in the From field must display only User2 as the message sender to recipients Who receive the messages. What should you use?()
第20题:
You have an Exchange Server 2010 organization.A user named User1 connects to his mailbox by using Microsoft Office Outlook.User1 reports that he is unable to send encrypted e-mail messages to an external recipient named User2.You verify that User1 and User2 have e-mail encryption certificates.You need to ensure that User1 can send encrypted e-mail messages to User2.What should you do first?()
第21题:
CREATE ROLL registrar; GRANT MODIFY ON student_grant TO registrar; GRANT registrar to user 1, user2, user3
CREATE NEW ROLE registrar; GRANT ALL ON student_grant TO registrar; GRANT registrar to user 1, user2, user3
CREATE ROLL registrar; GRANT UPDATE ON student_grant TO registrar; GRANT ROLE to user1, user2, user3
CREATE ROLL registrar; GRANT UPDATE ON student_grant TO registrar; GRANT registrar to user 1, user2, user3;
CREATE registrar; GRANT CHANGE ON student_grant TO registrar; GRANT registrar;
第22题:
Add the certificate of User2 to file1. doc.
Assign User2 the Full Control NTFS permission on file1. doc.
Copy file1. doc the %systemroot%/documents and settings/all users/ folder.
Move file1. doc to the %systemroot%/documents and settings/all users/ folder.
第23题:
REVOKE SELECT FROM user2 ON TABLE org.tab1
REVOKE SELECT ON TABLE org.tab1 FROM user2
REVOKE READ ACCESS FROM user2 ON TABLE org.tab1
REVOKE READ ACCESS ON TABLE org.tab1 FROM user2