Which of the following is not true regarding IOS default settings for administrative distance?()
第1题:
Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt, to Linux standard LF characters and store it as newlist.txt?()
第2题:
Which of the following utilities are used to choose which programs run at startup? ()
第3题:
Which of the following interfaces is appropriate for an Ethernet adapter that is configured with an IEEE 802.3 frame type?()
第4题:
MPLS TE FR
MPLS VPN
BFD
RSVP
VPLS
SNMP
第5题:
tr ’/r/n’ < userlist.txt > newlist.txt
tr -c ’/n/r’ < newlist.txt > userlist.txt
tr -d /r¯ < userlist.txt > newlist.txt
tr /r¯/n¯ userlist.txt newlist.txt
tr -s ®^M’¡®^J’ userlist.txt newlist.tx
第6题:
The transaction for user A is rolled back.
The ALTER TABLE command modifies the column successfully.
The ALTER TABLE command fails due to the resource being busy.
The ALTER TABLE command waits until user A ends the transaction.
第7题:
Which of the following is a performance optimization technology?()
第8题:
Which of the following commands will be run at a command prompt to determine which WindowsOS is running on the computer?()
第9题:
User A executes the following command to drop a large table in your database:SQL> DROP TABLE trans; While the drop table operation is in progress, user B executes the following command on the same table:SQL> DELETE FROM trans WHERE tr_type=’SL’; Which statement is true regarding the DELETE command()
第10题:
Growler
Norther
Levanter
Mistral
第11题:
It fails to delete the records because the records are locked in SHARE mode.
It deletes the rows successfully because the table is locked in SHARE mode
It fails to delete the records because the table is locked in EXCLUSIVE mode.
It deletes the rows successfully because the table is locked in SHARE ROW EXCLUSIVE mode.