• 2022-10-30
    A user named User1 uses a computer that runs Windows XP Professional. You need to enable User1 to create local user accounts. You must minimize the rights assigned to the User1 account.  Which group should you add User1 to?()
    A: Administrators
    B: Power Users
    C: Users 
    D: Network Configuration Operators
  • B

    举一反三

    内容

    • 0

      Your company security policy requires complex passwords. You have a comma delimited file named import.csv that contains user account information. You need to create user account in the domain by using the import.csv file. You also need to ensure that the new user accounts are set to use default passwords and are disabled. What shoulld you do()

    • 1

      You have a computer that runs Windows Vista. The computer has one partition and 1 GB of RAM. Youneed to upgrade the computer to Windows 7.  What should you do first?() A: Add 1 GB of RA B: C: Create a second partition. D: Disable User Account Control (UAC). E: Install Windows Vista Service Pack 2 (SP2).

    • 2

      如果要删除user数据库中的user1表,可以使用下列哪个命令______ A: ALERT TABLE user1 B: DROP TABLE user1 C: DELETE TABLE user1 D: TRUNCATE TABLE user1

    • 3

      下面使用DROP USER语句删除用户user1的语句中,正确的是()

    • 4

      使用GRANT语句创建用户名为user1、密码为123,并授予该用户对chapter08.student表有查询权限。 下面选项中,能实现上述功能的语句是 A: GRANT SELECT ON chapter08.student FOR 'user1'@'localhost' IDENTIFIED BY '123'; B: GRANT USER SELECT ON chapter08.student TO 'user1'@'localhost' IDENTIFIED BY '123'; C: GRANT USER SELECT ON chapter08.student 'user1'@'localhost' IDENTIFIED BY '123'; D: GRANT SELECT ON chapter08.student TO 'user1'@'localhost' IDENTIFIED BY '123';