问题 单项选择题

The relational database model requires the data be (110) through programs that don’t rely on the position of the data in the database. This is in direct (111) to the other database mode, where the program has to follow a series of pointers to the data it seeks. A program (112) a relational database simply asks for the data it seeks; the DBMS performs the necessary searches and (113) the information. The (114) on how the search is done are specific to the DBMS and vary from product to product.

A.details

B.documents

C.tails

D.tenants

答案

参考答案:A

解析:

[分析]: 关系型数据库模型要求程序对数据的访问不必依赖于数据在数据库中的位置。这种方式与其他数据库模式中采用的方式截然相反,因为在其他数据库模式中,程序需要通过跟踪一系列指针才能查到所要访问的数据。在关系型数据库中,程序查询数据库的方式只是直接指向所要查找的数据。而数据库管理系统会实施必要的查询工作并提交查询结果。具体如何进行查询,因不同的数据库管理系统和数据库产品而异。

单项选择题
多项选择题