Subject | English | Chinese simplified |
comp., MS | Distributed Relational Database Architecture | 分布式关系数据库结构 (A connection protocol for distributed relational database processing used by IBM relational database products that comprises protocols for communication between an application and a remote database, and communication between databases. DRDA also provides the connections for remote and distributed processing. The Distributed Data Management Architecture provides the base architecture for DRDA) |
comp., MS | Object Relational Designer | 对象关系设计器 (A tool that provides a visual design surface for creating LINQ to SQL entity classes and associations (relationships) based on objects in a database. The Object Relational Designer also provides functionality to map stored procedures and functions to System.Data.Linq.DataContext methods for returning data and manipulating entity classes) |
comp., MS | relational database | 关系数据库 (A database or database management system that stores information in tables) |
comp., MS | relational database management system | 关系数据库管理系统 (A database system that organizes data into related rows and columns as specified by a relational model) |
comp., MS | relational expression | 关系表达式 (An expression that uses a relational operator such as < or > to compare two or more expressions. A relational expression resolves to a Boolean (true/false) value. See also Boolean, relational operator) |
comp., MS | relational model | 关系模型 (The logical model used to define the tables, columns, and constraints in a relational database) |
comp., MS | relational OLAP | 关系 OLAP (A storage mode that uses tables in a relational database to store multidimensional structures) |