把对Student表和Course表的全部操作权授予用户User1和User2的语句是() A、GRANTAllONStudent,CourseTOUser1,User2;B、GRANTStudent,CourseONAllTOUser1,User2;C、GRANTAllTOStudent,CourseONUser1,User2;D、GRANTAllTOUser1,User2ONStudent,Course;
把对Student表和Course表的全部操作权授予用户User1和User2的语句是()
A、GRANTAllONStudent,CourseTOUser1,User2;
B、GRANTStudent,CourseONAllTOUser1,User2;
C、GRANTAllTOStudent,CourseONUser1,User2;
D、GRANTAllTOUser1,User2ONStudent,Course;
相关考题:
user1和user2,同属于users组。在user1用户目录下有一文件file1,它拥有644的权限,如果user2用户想修改user1用户目录下的file1文件,文件拥有权限应为:() A.744B.664C.646D.746
User2 is complaining that he is unable to list the contents of a directory. What is the most likely cause?() A. User2 needs write permission to the directory.B. User2 needs both read and write permissions to the directory.C. User2 needs both read and execute permissions to the directory.D. User2 needs both write and execute permissions to the directory.
系统中有用户user1和user2,同属于users组。在user1用户目录下有一文件file1,它拥有644的权限,如果user2用户想修改user1用户目录下的file1文件,应拥有()权限。A.744B.664C.646D.746
以下SQL语句不能实现要求的是() A.把查询Student表权限授给用户U1GRANT SELECTON TABLE StudentTO U1B.把对表SC的查询权限授予所有用户GRANT SELECT ON TABLE SCTO PUBLICC.把对Student表和Course表的全部权限授予用户U2和U3GRANT ALL PRIVILIGESON TABLE Student, Course TO U2,U3D.把查询Student表和修改学生学号的权限授给用户U4GRANT UPDATE, SELECTON TABLE StudentTO U4
若某文件系统的目录结构如下图所示,假设用户要访问文件book2.doc,且当前工作目录MyDrivers,则该文件的绝对路径和相对路径分别为( )A.MyDrivers\user2\和\user2\B.\MyDrivers\user2\和\user2\C.\MyDrivers\user2\和user2\D.MyDrivers\user2\和user2\
用户user1和user2同属于users组,user1有一个文件file1,需要user2能修改user2的file1文件,改文件需要拥有什么样的权限A、646B、746C、744D、664
系统中有用户user1和user2,同属于users组。在user1用户目录下有一文件file1,它拥有644的权限,如果user2用户想修改user1用户目录下的file1文件,应拥有()权限。A、744B、664C、646D、746
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?() A、Add the certificate of User2 to file1. doc. B、Assign User2 the Full Control NTFS permission on file1. doc. C、Copy file1. doc the %systemroot%/documents and settings/all users/ folder.D、Move file1. doc to the %systemroot%/documents and settings/all users/ folder.
Windows 2003的NTFS文件系统具有对文件和文件夹加密的特性。域用户user1加密了自己的一个文本文件myfile.txt。他没有给域用户user2授权访问该文件。下列叙述正确的是()。A、对文件加密后可以防止非授权用户访问,所以user2不能读取该文件B、User1需要解密文件myfile.txt才能读取C、User2如果对文件myfile.txt具有NTFS完全控制权限,就可以读取该文件D、如果User1将文件myfile.txt拷贝到FAT32分区上,加密特性不会丢失
CTCS3-300T列控车载设备JRU下载数据时使用U盘文件系统格式为FAT(FAT16)才能正常下载数据,下载时USER1及USER2(),USER2点亮而USER1灭时表示数据下载完成。
作为公司的网络管理员,你在网络中的一台名为FTPServer的Windows2000Server计算机上创建了一个FTP站点,允许用户对站点的内容进行下载的操作,站点的主目录位于NTFS分区,并设置这个站点不允许匿名访问。这台FTP服务器上有两个用户账号Userl和User2,其中Userl是administrators组的成员,User2是普通账号。当使用账号Userl访问FTP服务器时没有任何问题,可是当使用账号User2访问FTP服务器时,系统提示登录失败。你应该采取什么措施以解决这个问题?()A、设置FTP站点允许匿名访问。B、把用户账号User2加入到administrators组。C、在主目录文件夹的ACL中赋予用户User2“读取”权限D、在FTP服务器上把用户账号IUSR_FTPServer激活
系统中有用户user1和user2,同属于users组.在user1用户目录下有一文件file1,其本身权限为644,如果要允许user2用户修改user1用户目录下的file1文件,则应该改file1的权限,为什么?()A、744B、664C、646D、746
Which of the following statements allows USER1 to take away read access on the table ORG.TAB1 from USER2?()A、REVOKE SELECT FROM user2 ON TABLE org.tab1B、REVOKE SELECT ON TABLE org.tab1 FROM user2C、REVOKE READ ACCESS FROM user2 ON TABLE org.tab1D、REVOKE READ ACCESS ON TABLE org.tab1 FROM user2
User2 is complaining that he is unable to list the contents of a directory. What is the most likely cause?()A、User2 needs write permission to the directory.B、User2 needs both read and write permissions to the directory.C、User2 needs both read and execute permissions to the directory.D、User2 needs both write and execute permissions to the directory.
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?()A、CREATE ROLL registrar; GRANT MODIFY ON student_grant TO registrar; GRANT registrar to user 1, user2, user3B、CREATE NEW ROLE registrar; GRANT ALL ON student_grant TO registrar; GRANT registrar to user 1, user2, user3C、CREATE ROLL registrar; GRANT UPDATE ON student_grant TO registrar; GRANT ROLE to user1, user2, user3D、CREATE ROLL registrar; GRANT UPDATE ON student_grant TO registrar; GRANT registrar to user 1, user2, user3;E、CREATE registrar; GRANT CHANGE ON student_grant TO registrar; GRANT registrar;
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?()A、Active Directory Users and ComputersB、Exchange Control Panel (ECP)C、Exchange Management Console (EMC)D、Microsoft Office Outlook
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()? A、Remove User1 as a delegate, and then grant User1 Send As permissions to User2¯s mailboxB、Remove User1 as a delegate, and then grant User1 Send on Behalf permissions to User2¯s mailboxC、Create a Sharing policy, and then grant User1 Modify permissions to User2¯s mailboxD、Create a Sharing policy, and then grant User1 Full Mailbox permissions to User2¯s mailbox
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?()A、Instruct User2 to add a delegateB、Instruct User2 to send a signed e-mail message to User1.C、Instruct User1 to send a signed e-mail message to User2.D、Instruct User1 to modify the sensitivity settings of the e-mail message
单选题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?()AActive Directory Users and ComputersBExchange Control Panel (ECP)CExchange Management Console (EMC)DMicrosoft Office Outlook
单选题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? ()ACREATE ROLL registrar; GRANT MODIFY ON student_grant TO registrar; GRANT registrar to user 1, user2, user3BCREATE NEW ROLE registrar; GRANT ALL ON student_grant TO registrar; GRANT registrar to user 1, user2, user3CCREATE ROLL registrar; GRANT UPDATE ON student_grant TO registrar; GRANT ROLE to user1, user2, user3DCREATE ROLL registrar; GRANT UPDATE ON student_grant TO registrar; GRANT registrar to user 1, user2, user3;ECREATE registrar; GRANT CHANGE ON student_grant TO registrar; GRANT registrar;
单选题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?()AInstruct User2 to add a delegateBInstruct User2 to send a signed e-mail message to User1.CInstruct User1 to send a signed e-mail message to User2.DInstruct User1 to modify the sensitivity settings of the e-mail message
单选题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?()AAdd the certificate of User2 to file1. doc. BAssign User2 the Full Control NTFS permission on file1. doc. CCopy file1. doc the %systemroot%/documents and settings/all users/ folder.DMove file1. doc to the %systemroot%/documents and settings/all users/ folder.
单选题Which of the following statements allows USER1 to take away read access on the table ORG.TAB1 from USER2?()AREVOKE SELECT FROM user2 ON TABLE org.tab1BREVOKE SELECT ON TABLE org.tab1 FROM user2CREVOKE READ ACCESS FROM user2 ON TABLE org.tab1DREVOKE READ ACCESS ON TABLE org.tab1 FROM user2
填空题CTCS3-300T列控车载设备JRU下载数据时使用U盘文件系统格式为FAT(FAT16)才能正常下载数据,下载时USER1及USER2(),USER2点亮而USER1灭时表示数据下载完成。