A manufacturer wishes to create a site where its resellers c

题目
单选题
A manufacturer wishes to create a site where its resellers can get real-time quotes and order from distributors of the manufacturer’s products. Which is the most appropriate WebSphere Commerce business model to support this requirement?()
A

B2B Direct

B

Demand Chain

C

Hosting

D

Supply Chain

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are the network administrator for Litware, Inc. All network servers run Windows Server 2003.Your IIS server is named Server6. Its configuration is shown in the exhibit. (Click the Exhibit button.)Users access the internal network by connecting to http://server6.litwareinc.intra.A folder named Marketing_Data stores the Web interface for the company‘s client management tool. Currently,users in the marketing department access this tool by connecting to http://server6.litwareinc.intra/Marketing_Web.You share Marketing_Data on a server named Server2.You need to modify Server6 to ensure that marketing users can access Marketing_Data through the internal network.What should you do? ()

A. Create a new virtual directory named Marketing_Web under the default Web site. Specify \\server2\Marketing_Data as the Web site content directory.

B. Create a new Web site named Marketing_Data. Specify \\server2\Marketing_Data as the Web site home directory.

C. Create a new Web site named Marketing_Data. Specify Marketing_Data as the host header name of the Web site.

D. Redirect the default Web site home directory to http://server2/Marketing_Data. Specify Marketing_Data as the host header name of the default Web site.


参考答案:A

第2题:

根据“歌手”表建立视图myview,视图中含有“歌手号”左边第一位是"1”的所有记录,正确的SQL语句是( )。

A)CREATE VIEW myview AS SELECT * FROM 歌手 WHERE LEFT(歌手号,1)="1"

B)CREATE VIEW myview AS SELECT * FROM 歌手 WHERE LIKE("1",歌手号)

C)CREATE VIEW myview SELECT * FROM 歌手 WHERE LEFT(歌手号,1)="1"

D)CREATE VIEW myview SELECT * FROM 歌手 WHERE LIKE("1",歌手号)


正确答案:A
建立视图的SQL命令格式是:
CREATE VIEW视图名AS SELECT语句,故可以排除选项C和选项D),而“歌手号’左边第一位是‘1”’应该用LEFT函数实现。

第3题:

But one Civil War site did keep () to me—not one where the armies fought but the one where they stopped fighting: Appomattox.

A、decorated

B、interact

C、wrench

D、beckoning


参考答案:D

第4题:

You are designing the site topology for the internal domain. Which action or actions should you perform?()

  • A、Create a Single Site.
  • B、Create a site for each physical location.
  • C、Set the replication interval on the default IP site link to 60 Minutes.
  • D、Configure the schedule of the default IP site link to only allow replication between the hours of 9:00  PM and 5:00 AM.
  • E、Configure the schedule of the default IP site link to only allow replication between the hours of 3:00  AM and 11:00 AM.

正确答案:B,D

第5题:

When BGP tuning is used, how is packet flow into the e-commerce module controlled?()

  • A、by tracking the status of objects along the path to the e-commerce module
  • B、by detecting undesirable conditions along the path to the e-commerce module
  • C、by using the MED to communicate the site preferences for traffic to multiple ISPs
  • D、by communicating the available prefixes, routing policies, and preferences of each site to its ISP
  • E、by moving the SLB to a position where selected traffic to and from the servers does not go through the SLB

正确答案:D

第6题:

根据SQL标准,创建一个视图abc,通过该视图只能对表student中系dept为‘IS’的记录进行更新操作。下面哪条语句适用?()

A create view abc as select * from student where dept=’IS’

B create view abc as select * from student where dept=’IS’ with check option

C create view abc as student where dept=’IS’

D create view abc as select dept=’IS’ from student


参考答案B 单选题

第7题:

Where should known problem areas in the site survey be documented?()

  • A、nowhere (but should be discussed with the customer)
  • B、on the site survey map and within the site survey text
  • C、on the customers blueprints
  • D、in the Cisco WCS Planning Tool

正确答案:B

第8题:

() refers to the universal code now attached to most goods, final and intermediate that identifies the particular product and its manufacturer.

A、EDI

B、supply chainBar coding

C、patent


正确答案:C

第9题:

A manufacturer wishes to create a site where its resellers can get real-time quotes and order from distributors of the manufacturer’s products. Which is the most appropriate WebSphere Commerce business model to support this requirement?()

  • A、B2B Direct
  • B、Demand Chain
  • C、Hosting
  • D、Supply Chain

正确答案:B

第10题:

评估此CREATE TABLE语句的执行结果: CREATE TABLE part( part_id NUMBER, part_name VARCHAR2(25), manufacturer_id NUMBER(9), retail_price NUMBER(7,2) NOT NULL, CONSTRAINT part_id_pk PRIMARY KEY(part_id), CONSTRAINT cost_nn NOT NULL(cost), CONSTRAINT FOREIGN KEY (manufacturer_id) REFERENCES manufacturer(id)); 哪一行会导致产生错误()

  • A、6
  • B、7
  • C、8
  • D、9

正确答案:B

更多相关问题