万能百科  > 所属分类  > 

One of the difficulties in building an SQL,like query language for the Web is th

One of the difficulties in building an SQL,like query language for the Web is the absence of a database(71) for this huge, heterogeneous repository of information. However, if we are interested in HTML documents only, we can construct a virtual schema from the implicit structure of these files. Thus, at the highest level of(72) , every such document is identified by its Uniform. Resource Locator(URL), has a(73) and a text. Also, Web servers provide some additional information such as the type, length, and the last modification date of a document. So, for data mining purposes, we can consider the set of all HTML documents as a relation:Document(url, title, text, type, length, modif)Where all the(74) are character strings. In this framework, an inpidual document is identified with a(75) in this relation. Of course, if some optional information is missing from the HTML document, the associate fields will be left blank, but this is not uncommon in any database.

A.schema

B.platform

C.module

D.relation

正确答案:

A

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签