单选题 从下面提供的答案中选出应填入下列英文语句中______内的正确答案。
   The relational database model requires the data be (1) through programs that don't rely on the position of the data in the database. This is in direct (2) to the other database mode, where the program has to follow a series of pointers to the data it seeks.A program (3) a relational database simply asks for the data it seeks; the DBMS performs the necessary searches and (4) the information. The (5) on how the search is done are specific to the DBMS and vary from product to product.
【正确答案】 A
【答案解析】A的意思是“访问”,B的意思是“移动”,C的意思是“读”,D的意思是“写”。根据题意,选A。
  [参考译文]关系型数据库模型要求程序对数据的访问不依赖于数据在数据库中的位置。这种方式与其他数据库模式中采用的方式相反,因为在其他数据库中,程序需要通过跟踪一系列的指针才能查找到要访问的数据。在关系型数据库中,程序查询数据库的方法是直接查找数据。数据库管理系统会执行必要的查询并提交结果。查询的具体方法,因不同的数据库管理系统和数据库产品而不同。