You need to modify the STUDENTS table to add a primary key on the STUDENT_ID column. The table is currently empty.Which statement accomplishes this task?()
第1题:
You have an Exchange Server 2010 organization.You need to ensure that all users in the organization can automatically schedule the use of a projector.What should you do?()
第2题:
You want users to log on to Active Directory by using a new User Principal Name (UPN). You need to modify the UPN suffix for all user accounts. Which tool should you use()
第3题:
You create a Password Settings object (PSO). You need to apply the PSO to a domain user named User1. What should you do()
第4题:
You have an Exchange Server 2010 Mailbox server. You need to ensure that deleted mailboxes are kept for 60 days. What should you do()?
第5题:
You have a computer that runs Windows XP Professional. You need to ensure that the Administrative Tools menu appears on the Start menu. What should you do?()
第6题:
From the Automatic Approvals options, modify the Update Rules list.
From the Automatic Approvals options, modify the Advanced settings.
From the Products and Classifications options, modify the Products settings.
From the Products and Classifications options, modify the Classifications settings.
第7题:
Dsmod
Netdom
Redirusr
Active Directory Domains and Trusts
第8题:
Printing preferences
Priority
Security
Share
第9题:
ALTER TABLE students ADD PRIMARY KEY _ id;
ALTER TABLE students ADD CONSTRAINT PRIMARY KEY (student_id);
ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY student_id;
ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY (student_id);
ALTER TABLE students MODIFY CONSTRAINT stud_id_pk PRIMARY KEY (student_id);
第10题:
Modify the IP address on Server3.
Modify the IP address on Server1.
Configure the hosts file on each server.
Modify the default gateway for each server.
第11题:
Run Del and specify the /p parameter.
Run Runas and specify the /noprofile parameter.
From Credential Manager, modify the Windows credentials.
From Authorization Manager, modify the Authorization Manager options.
第12题:
You have an Exchange Server 2010 server named Server1.Server1 hosts a mailbox database named DB1 that contains 25 user mailboxes.You create a new public folder database named PUB2.You need to configure PUB2 as the default public folder database for each mailbox on DB1. Which properties should you modify?()
第13题:
You need to configure the security settings for the new app servers. Which two actions should you perform?()
第14题:
You develop a Web application. Your application contains two settings in the Web.config file. You deploy your application to production. You need to modify the application settings in the production environment without manually editing the XML markup in the Web.config file. What should you do? ()
第15题:
Your company ahs an active direcotyr domain. The company also has a server named Server1 that runs Windows Server 2008. You install the file server role on Server1. you create a shared folder named AcctgShare on Server1 The permissions for the shared folder are configured as shown in the following table. ( missing again!) You need to ensure members of the Managers group can only view and open files in the shared folder. What should you do()?
第16题:
Configuration register
NVRAM
Boot flash
CMOS
Flash
第17题:
From Personalization, modify the screen saver.
From Indexing Options, modify the Advanced options.
From Performance Options, modify the visual effects.
From Performance Options, modify the processor scheduling.
第18题:
From Disk Management, shrink the boot partition.
From Disk Management, shrink the system partition.
From System, modify the Advanced system settings.
From System, modify the System protection settings.
第19题:
Open Computer and modify the properties of the USB drive.
Open Performance Information and Tools and run disk cleanup.
Open Devices and Printers and modify the properties of the USB drive.
Open Device Manager and modify the properties of the USB device.
第20题:
Content
Encoding
Safety
Security
第21题:
From the Exchange Management Shell, modify the properties of the WEB Outlook Provider.
From the Exchange Management Shell, modify the properties of the EXPR Outlook Provider.
From the Internet Information Services (IIS) Manager, modify the properties of the RPC virtual directory.
From the Internet Information Services (IIS) Manager, modify the properties of the Autodiscover virtual directory.
第22题:
ALTER TABLE students ADD PRIMARY KEY student_id;
ALTER TABLE students ADD CONSTRAINT PRIMARY KEY (student_id);
ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY student_id;
ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY (student_id);
ALTER TABLE students MODIFY CONSTRAINT stud_id_pk PRIMARY KEY (student_id);