当前位置:CCNP(642-311)题库

问题:

[单选] The ONS 15216 is a 32-channel system. The ONS 15216 OADMs are capable of adding and dropping one, two, or four channels. How are the OADMs provisioned to add and drop specific channels?()

A . The ONS 15216 OADM can be provisioned to add/drop one, two, or four channels via Cisco Transport Manager (CTM).
B . The ONS 15216 OADM consists only of a four-channel module, and the number of ports utilized determines whether it is a one, two, or four channel OADM.
C . Three separate OADM modules are available for one, two, and four channels. The wavelengths to be dropped and added are programmable via Cisco Transport Manager (CTM).
D . The ONS 15216 OADM consists only of a single-channel module. Two-channel and four-channel support is available by stacking the single-channel module.
E . The ONS 15216 OADM is available in one, two, four channels. There are 32 single-channel OADM modules, 16 two-channel OADM modules, and 8 four-channel OADM modules.

Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER NOT NULL EMP_NAME VARCHAR2(30) JOB_ID VARCHAR2(20) SAL NUMBER MGR_ID NUMBER DEPARTMENT_ID NUMBER You want to create a SQL script file that contains an INSERT statement. When the script is run, the INSERT statement should insert a row with the specified values into the EMPLOYEES table. The INSERT statement should pass values to the table columns as specified below: EMPLOYEE_ID: Next value from the sequence EMP_ID_SEQ EMP_NAME and JOB_ID: As specified by the user during run time, through substitution variables SAL: 2000 MGR_ID: No value DEPARTMENT_ID: Supplied by the user during run time through substitution variable. The INSERT statement should fail if the user supplies a value other than 20 or 50. Which INSERT statement meets the above requirements?() INSERT INTO employees VALUES (emp_id_seq.NEXTVAL, '&ename', '&jobid', 2000, NULL, &did);。 INSERT INTO employees VALUES (emp_id_seq.NEXTVAL, '&ename', '&jobid', 2000, NULL, &did IN (20,50));。 INSERT INTO (SELECT * FROM employees WHERE department_id IN (20,50)) VALUES (emp_id_seq.NEXTVAL, '&ename', '&jobid', 2000, NULL, &did);。 INSERT INTO (SELECT * FROM employees WHERE department_id IN (20,50) WITH CHECK OPTION) VALUES (emp_id_seq.NEXTVAL, '&ename', '&jobid', 2000, NULL, &did);。 INSERT INTO (SELECT * FROM employees WHERE (department_id = 20 AND department_id = 50) WITH CHECK OPTION ) VALUES (emp_id_seq.NEXTVAL, '&ename', '&jobid', 2000, NULL, &did)。 双介质灭火装置的使用方法? What does it mean for a variable in the Application Editor to be defined as a parameter?() The variable can be used to pass data to and from subflows.  。 The value for that variable can be supplied via Application Configuration in Application Administration.  。 The value for that variable is defined by the calling application.  。 The variable can be used in conditional steps.  。 The variable can be used to pass data to and from VoiceXML applications.。 当发电机怠速工况时,机油表的指示值不得低于()。 以下进项税额准予抵扣的是()。 外购货物用于在建工程。 外购货物用于集体福利。 外购货物用于个人消费。 外购货物分配给股东或投资者。 The ONS 15216 is a 32-channel system. The ONS 15216 OADMs are capable of adding and dropping one, two, or four channels. How are the OADMs provisioned to add and drop specific channels?()
参考答案:

  参考解析

本题暂无解析

在线 客服