【单选题】You are responsible for managing the database schema for an order entry application in a SQL Server 2005 database. After a design review, a member of the development staff asks you to add a new column...
A.
Create an INSERT trigger to assign the default value to each item in the table.
B.
Create a CHECK constraint to validate the data and to assign the default value to each item in the table.
C.
Create an UPDATE trigger to update the default value for each new item in the table.
D.
Create a DEFAULT constraint to assign the default value specifying the WITH VALUES argument.
【单选题】Click the Exhibit button. In the exhibit, two physical routers are configured for VRRP in the network with WXC devices. How should you define the default gateway address on each WXC device?()
A.
Define the virtual router IP address on both WXC devices.
B.
Add a static route for the virtual router IP address on both WXC devices.
C.
Define the physical IP address of each router on each respective WXC device.
D.
Leave the default gateway field in the WXC device blank; it will automatically detect the active gateway address.
【单选题】A system administrator would like to modify the system default user characteristics so that each new user will now be assigned (by default) the csh shell rather than the ksh shell. Which of the follow...
A.
Run the command chlogin -shell "csh"
B.
Run the command mkuser -default "SHELL=csh"
C.
Edit /etc/passwd and change all "ksh" entries to "csh"
D.
Modify the contents of /usr/lib/security/mkuser.default file
【多选题】By default, each port in a Cisco Catalyst switch is assigned to VLAN1. Which two recommendations are key to avoid unauthorized management access? ()
A.
Create an additional ACL to block the access to VLAN 1.
B.
Move the management VLAN to something other than default.
C.
Move all ports to another VLAN and deactivate the default VLAN.
D.
Limit the access in the switch using port security configuration.
E.
Use static VLAN in trunks and access ports to restrict connections.