文档库 最新最全的文档下载
当前位置:文档库 › (完整版)数据库重要术语(中英文)

(完整版)数据库重要术语(中英文)

(完整版)数据库重要术语(中英文)
(完整版)数据库重要术语(中英文)

单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一

下,如果你实在没时间看书,至少这些单词要认识。):

1. 数据库系统:database system(DS),database ma nageme nt system(DBMS)

2. 数据库系统(DS),数据库管理系统(DBMS)

3. 关系和关系数据库table= relation,column = attribute 属性,domain, atomic domain, row= tuple ,

relati onal database, relati on schema, relati on in sta nee, database schema, database in sta nee;

4. 表=关系,列=属性属性,域,原子域,排=元组,关系型数据库,关系模式,关系实例,数

据库模式,数据库实例;

1. key 们:super key, can didate key, primary key, foreig n key, referencing relati on, referen ced relati on;

2. 超码,候选码,主码,外码,参照关系,被参照关系

5. 关系代数(relational algebra): selection, project, natural join, Cartesian product, set operations, union, in

tersect, set differe nee ( except\m in us), Ren ame, assig nment, outer join, group ing, tuple relati on calculus

6. (关系代数):选择,项目,自然连接,笛卡尔积,集合运算,集,交集,集合差(除负),

重命名,分配,外连接,分组,元组关系演算

7. sql组成:

DDL :数据库模式定义语言,关键字:create

DML :数据操纵语言,关键字:Insert、delete、update

DCL :数据库控制语言,关键字:grant、remove

DQL :数据库查询语言,关键字:select

8.

3. SQL 语言:DDL,DML,DCL,QL,sql query structure, aggregate functions, nested subqueries,

exists(as an operator), uni que(as an operator), scalar subquery, asserti on, in dex(i ndices), catalogs, authorization, all privileges, granting, revoking , grant option, trigger, stored procedure, stored fun cti on 4. SQL语言:DDL,DML,DCL,QL,SQL查询结构,聚合函数,嵌套子查询,存在(如运

营商),独特的(如运营商),标量子查询,断言指数(指数) ,目录,授权,所有权限,授

予,撤销,GRANT OPTION,触发器,存储过程,存储函数

8. 表结构相关:Integrity constraints, domain constraints, referential integrity constraints

9. 完整性约束,域名约束,参照完整性约束

5. 数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute, sin gle-valued

and multivalued attribute, derived attribute, binary relati on ship set, degree of relati on ship set, mapp ing card in ality, 1-1, 1-m, m-n relati on ship set (one to one, one to many, many to many), participati on, partial or total participati on, weak en tity sets, discrim in ator attributes, specialization and

generalization

6. 实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集,

映射基数的程度,1-1,1-米,MN关系集合(一对一,一对多,多对多) ,参与部分或全部参与,弱实体集,分辨符属性,特化和概化

10. 函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition,

First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, F

holds on R, Dependency preservation 保持依赖,Trivial, closure of a set of functional dependencies 函数依赖集的闭包,closure of a set of attributes 属性集闭包,

Armstrong 's axioms Armstrong 公理, reflexivity rule 自反律, augmentation rule ,增广率, transitivity 传递律, restriction of F to R i ,F在Ri上的限定,canonical cover 正则覆盖, extraneous attributes 无关属性, decomposition algorithm 分解算法.

7. 函数依赖,规范化,无损连接(或无损)分解,第一范式(1NF ),第三范式(3NF )BC 范式

(BCNF ), R满足F, F持有R,依赖保存,平凡,一组函数依赖封闭,一组属性,

8. 事务:transition, ACID properties ACID 特性,并发控制系统concurrency control system, 故障恢

复系统recovery system, 事务状态transition state, 活动的active, 部分提交的partially

committed, 失败的failed, 中止的aborted , 提交的committed, 已结束的terminated , 调度schedule,操作冲突con flict of operatio ns, 冲突等价con flict equivale nee,冲突可串行化conflict serializablity,可串行化顺序serializablity order,联级回滚cascading rollback,圭寸锁协议locking

protocol ,共享(S)锁shared-mode lock (S-lock),排他(X)锁exclusive -mode lock (X-lock), 相容性compatibility, 两阶段封锁协议2-phase locking protocol, 意向锁intention lock, 时间戳timestamp,恢复机制recovery scheme日志log,基于日志的恢复log-based recovery,延迟的修改deferred modification, 立即的修改immediate modification, 检查点checkpoint.

数据库系统DBS Database System

数据库系统应用Database -ystem applicati ons

文件处理系统file-processing system 数据不一致性data inconsistency 一致性约束consistency constraint 数据抽象Data Abstraction

实例instance

模式schema

物理模式physical schema

逻辑模式logical schema

物理数据独立性physical data independence

数据模型data model

实体-联系模型entity-relationship model (E-R)

关系数据模型relational data model 基于对象的数据模型object-based data model 半结构化数据模型semistructured data model

数据库语言database language

数据定义语言data-definition language 数据操纵语言data-manipulation language 查询语言query language

元数据metadata

应用程序application program

规范化normalization

数据字典data dictionary

存储管理器storage manager 查询管理器query processor 事务transaction

原子性atomicity

故障恢复failure recovery

并发控制concurrency-control 两层和三层数据库体系结构two-tier/three-tier 数据挖掘data mining 数据库管理员DBA database administrator

表table

关系relation 元组tuple 空值null value 数据库模式database schema 数据库实例database instance 关系模式relation schema 关系实例relation instance 码keys

超码super key

候选码candidate key

主码primary key

外码foreign key

参照关系referencing relation

被参照关系referenced relation 属性attribute 域domain 原子域atomic domain 参照完整性约束referential integrity constraint 模式图schema diagram 查询语言query language 过程化语言procedural language 非过程化语言nonprocedural language 关系运算operations on relations

选择元组selection of tuples

选择属性selection of attributes

自然连接natural join

笛卡尔积Cartesian product

集合运算set operations 关系代数relational algebra

SQL 查询语言SQL query structure

Select 字句select clause

From 字句from clause

Where 字句where clause 自然连接运算natural join operation

As 字句as clause

Order by 字句order by clause

相关名称(相关变量,元组变量) correlation name ( correlation variable ,tuple variable ) 集合运算set operations

Union

Interest Except 空值null values

真值“ unknown ” truth “ unknown ” 聚集函数aggregate functions avg,min ,max,sum,count group by having 嵌套子查询nested subqueries 集合比较set comparisons

{ 《,《=,》,》=}

{some ,all}

exists

unique lateral 字句lateral clause with 字句with clause 标量子查询scalar subquery 数据库修改database modification

删除deletion 插入insertion 更新updating

参照完整性referential integrity

参照完整性约束referential -ntegrity constraint 或子集依赖subset dependency

可延迟的deferrable 断言assertion

连接类型join types

内连接和外连接inner and outer join 左外连接、右外连接和全外连接left 、right and full outer join Natural 连接条件、using 连接条件和on 连接条件natural using and so on 视图定义view definition 物化视图materialized views 视图更新view update 事务transactions

提交commit work 回滚roll back work 原子事务atomic transaction 完整性约束integrity constraints

域约束domain constraints 唯一性约束unique constraint Check 字句check clause 参照完整性referential integrity 级联删除cascading delete 级联更新cascading updates 断言assertions 日期和时间类型date and time types 默认值default values 索引index 大对象large object 用户定义类型user-defined types 域domains 目录catalogs 模式schemas 授权authorization 权限privileges

选择select

插入insert 更新update 所有权限all privileges 授予权限granting of privileges 收回权限revoking of privileges 授予权限的权限privileges to privileges Grant option 角色roles 视图授权authorization on views 执行授权execute authorization 调用者权限invoker privileges 行级授权row-level authorization

JDBC

ODBC 预备语句prepared statements 访问元数据accessing metadata SQL 注入SQL injection 嵌入式SQL embedded SQL 游标cursors 可更新的游标updatable cursors 动态SQL dynamic SQL SQL 函数SQL functions 存储过程stored procedures 过程化结构procedural constructs 外部语言例程external language routines 触发器trigger

Before 和after 触发器before and after triggers 过渡变量和过渡表transition variables and tables 递归查询recursive queries 单调查询monotonic queries 排名函数ranking functions

Rank Dense rank

Partition by 分窗windowing 联机分析处理(OLAP )online analytical processing 多维数据multidimensional data

度量属性measure attributes 维属性dimension attributes 转轴pivoting 数据立方体data cube 切片和切块slicing and dicing 上卷和下钻rollup and drill down 交叉表cross-tabulation

第七章

实体- 联系数据模型Entity-relationship data model 实体和实体集entity and entity set 属性attribute 域domain 简单和复合属性simple and composite attributes 单值和多值属性single-valued and multivalued attributes 空值null value 派生属性derived attribute

超码、候选码以及主码super key ,candidate key, and primary key 联系和联系集relationship and relationship set

二元联系集binary relationship set 联系集的度degree of relationship set 描述性属性descriptive

attributes 超码、候选码以及主码super key ,candidate key, and primary key 角色role

自环联系集recursive relationship set

E-R 图E-R diagram 映射基数mapping cardinality 一对一联系one-to-one relationship 一对多联系one-to-many relationship 多对一联系many-to-one relationship 多对多联系many-to-many relationship

参与participation

全部参与total participation

部分参与partial participation

弱实体集和强实体集weak entity sets and strong entity sets

分辨符属性discriminator attributes

标识联系identifying relationship

特化和概化specialization and generalization

超类和子类superclass and subclass

属性继承attribute inheritance

单和多继承single and multiple inheritance

条件定义的和用户定义的成员资格condition-defined and userdefined membership 不相交概化和重叠概化disjoint and overlapping generalization 全部概化和部分概化total and partial generalization

聚集aggregation

UML

UML 类图UML class diagram

第八章

E-R 模型和规范化E-R model and normalization

分解decomposition

函数依赖functional dependencies

无损分解lossless decomposition

原子域atomic domains

第一范式( 1NF) first normal form(1NF)

合法关系legal relations

超码super key

R 满足F R satisfies F

F在R上成立F holds on R

Boyce-Codd 范式BCNF Boyce-Codd normal form(BCNF)

保持依赖dependency preservation

第三范式( 3NF ) third normal form(3NF)

平凡的函数依赖thivial functional dependencies

函数依赖集的闭包closure of a set of functional dependencies

Armstrong 公理Armstrong ‘s axioms

属性集闭包closure of attribute sets

F 在Ri 上的限定restriction of F to Ri

正则覆盖canonical cover

无关属性extraneous attributes

BCNF 分解算法BCNF decomposition algorithm

3NF 分解算法3NF decomposition algorithm

多值依赖multivalued dependencies

第四范式( 4NF )fourth normal form(4NF)

多值依赖的限定restriction of a multivalued independency

投影-连接范式( PJNF ) project-join normal form(PJNF)

域-码范式( DKNF ) domain-key normal form(DKNF)

泛关系universal relation 唯一角色假设unique-role assumption 去规范化denormalization

常用术语中英文词典

常用术语中英文词典 Raw materials: alumina 铝土 bauxite 铝矿土 log 大圆棒 billet 小圆棒(铝棒) butt 废料(挤压切头) Magnesium 镁 Silicon 硅 Iron 铁 Copper 铜 Manganese 锰 Chromium 铬 extruability 可挤压性 strength-to-weight ratio 强度重量比quenching 淬火 conductivity 可导电性,导电率Equipment: 设备: log conveyor 大圆棒运输机 log furnace 大圆棒加热炉 billet furnace 铝棒加热炉 solvus tempreture 溶线温度 solidus tempreture 固线温度 log shear 圆棒剪 billet transveyor 铝棒运输机 press loader 挤压机托料架机械手ram 挤压杆 dummy block 压饼(挤压垫)container 盛锭筒 container liner 盛锭筒内衬(内套)runout table 输出台 front platen 前板 main cylinder 主缸 Die: 模具: die ring 模套 die 模具 backer 模垫 bolster 前垫 shim (sub-bolster) 后垫 feeder 导流板 pocket(cavity of feeder) 袋式平模hollow die 空心模 semi-hollow die 半空心模 solid die 平模

aperture (pocket) 孔隙 die cap 下模(母模) mandrel 上模(公模) porthole 孔式分流模 pancake 园盘式模 bridge 桥式模 spider 蜘蛛模 horse shoe 马蹄形止口 tool carrier 模座 die bearing 工作带 relief 空刀 die oven 模具加热炉 radiant oven 辐射炉 infrared oven 红处线炉 lead-out table 导出台 quench box 淬火槽 standing-wave cooling 过水槽冷却 mist cooling 水雾冷却 air cooling 风冷 web 桥 port 进料孔 puller 牵引机 transfer belts 传送台 cooling belt 冷却带(台) stretcher 拉直机(调直机) tail head 固定端 power head 活动端 clamps 夹头 crossover belts (拉直机)传送带 staging and saw: 锯切工作台和锯 staging area 锯切工作台 saw 锯 batching belt 配置传送带 saw gauge 锯切定尺台 supervisory control system(SCS) 监视控制系统programmable logic controller(PLC) 可编过程控制器aging oven 时效炉 Process temperature rise 挤压时的上升温度 exit temperature 出口温度 tearing 扯裂 container wall 挤压筒筒壁 shear zone exit temp. measurement 出口温度测量

会计专业专业术语中英文对照

会计专业专业术语中英文对照 一、会计与会计理论 会计 accounting 决策人 Decision Maker 投资人 Investor 股东 Shareholder 债权人 Creditor 财务会计 Financial Accounting 管理会计 Management Accounting 成本会计 Cost Accounting 私业会计 Private Accounting 公众会计 Public Accounting 注册会计师 CPA Certified Public Accountant 国际会计准则委员会 IASC 美国注册会计师协会 AICPA 财务会计准则委员会 FASB 管理会计协会 IMA 美国会计学会 AAA 税务稽核署 IRS 独资企业 Proprietorship 合伙人企业 Partnership 公司 Corporation

会计目标 Accounting Objectives 会计假设 Accounting Assumptions 会计要素 Accounting Elements 会计原则 Accounting Principles 会计实务过程 Accounting Procedures 财务报表 Financial Statements 财务分析Financial Analysis 会计主体假设 Separate-entity Assumption 货币计量假设 Unit-of-measure Assumption 持续经营假设 Continuity(Going-concern) Assumption 会计分期假设 Time-period Assumption 资产 Asset 负债 Liability 业主权益 Owner's Equity 收入 Revenue 费用 Expense 收益 Income 亏损 Loss 历史成本原则 Cost Principle 收入实现原则 Revenue Principle 配比原则 Matching Principle

金融术语中英文对照

Back-door listing 借壳上市 Back-end load 撤离费;后收费用 Back office 后勤办公室 Back to back FX agreement 背靠背外汇协议 Balance of payments 国际收支平衡;收支结余 Balance of trade 贸易平衡 Balance sheet 资产负债表 Balance sheet date 年结日 Balloon maturity 到期大额偿还 Balloon payment 期末大额偿还 Bank, Banker, Banking 银行;银行家;银行业 国际结算银行 Bank for International Settlements (BIS) Bankruptcy 破产 Base day 基准日 Base rate 基准利率 Basel Capital Accord 巴塞尔资本协议 Basis Point (BP) 基点;点子 一个基点等如一个百分点(%)的百分之一。 举例:25个基点=0.25% Basis swap 基准掉期 Basket of currencies 一揽子货币 Basket warrant 一揽子备兑证 Bear market 熊市;股市行情看淡 Bear position 空仓;空头 Bear raid 疯狂抛售 Bearer 持票人 Bearer stock 不记名股票 Behind-the-scene 未开拓市场

Below par 低于平值 Benchmark 比较基准 Benchmark mortgage pool 按揭贷款基准组合 Beneficiary 受益人 Bermudan option 百慕大期权 百慕大期权介乎美式与欧式之间,持有人有权在到期日前的一个 或多个日期执行期权。 Best practice 最佳做法;典做法 Beta (Market beta) 贝他(系数);市场风险指数 Bid 出价;投标价;买盘 指由买报出表示愿意按此水平买入的一个价格。 Big Band 金融改革 Bill of exchange 汇票 Bills department 押汇部 Binary 二元制;二进法(只有两个可能的结果) Binary option 二元期权 又称数字期权或非全有即全无期权。如果基础工具满足预先确定 的启动条件,二元期权将支付一个固定金额,在其他情形下则不 支付任收益。 BIS 国际结算银行 (Bank for International Settlements的英文缩写) Blackout period 封锁期 Block trade 大额交易;大宗买卖 Blue chips 蓝筹股 Blue Sky [美国] 蓝天法;股票买卖交易法 Board of directors 董事会 Bona fide buyer 真诚买家 Bond market 债券市场,债市 Bonds 债券,债票 Bonus issue 派送红股 Bonus share 红股;红利股票 Book close date 截止过户日期 Book closure period 停止过户期间 Book value 帐面值 Bookbuilding 建立投资者购股意愿档案;建档;询价圈购

(完整版)数据库重要术语(中英文)

单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一 下,如果你实在没时间看书,至少这些单词要认识。): 1. 数据库系统:database system(DS),database ma nageme nt system(DBMS) 2. 数据库系统(DS),数据库管理系统(DBMS) 3. 关系和关系数据库table= relation,column = attribute 属性,domain, atomic domain, row= tuple , relati onal database, relati on schema, relati on in sta nee, database schema, database in sta nee; 4. 表=关系,列=属性属性,域,原子域,排=元组,关系型数据库,关系模式,关系实例,数 据库模式,数据库实例; 1. key 们:super key, can didate key, primary key, foreig n key, referencing relati on, referen ced relati on; 2. 超码,候选码,主码,外码,参照关系,被参照关系 5. 关系代数(relational algebra): selection, project, natural join, Cartesian product, set operations, union, in tersect, set differe nee ( except\m in us), Ren ame, assig nment, outer join, group ing, tuple relati on calculus 6. (关系代数):选择,项目,自然连接,笛卡尔积,集合运算,集,交集,集合差(除负), 重命名,分配,外连接,分组,元组关系演算 7. sql组成: DDL :数据库模式定义语言,关键字:create DML :数据操纵语言,关键字:Insert、delete、update DCL :数据库控制语言,关键字:grant、remove DQL :数据库查询语言,关键字:select 8. 3. SQL 语言:DDL,DML,DCL,QL,sql query structure, aggregate functions, nested subqueries, exists(as an operator), uni que(as an operator), scalar subquery, asserti on, in dex(i ndices), catalogs, authorization, all privileges, granting, revoking , grant option, trigger, stored procedure, stored fun cti on 4. SQL语言:DDL,DML,DCL,QL,SQL查询结构,聚合函数,嵌套子查询,存在(如运 营商),独特的(如运营商),标量子查询,断言指数(指数) ,目录,授权,所有权限,授 予,撤销,GRANT OPTION,触发器,存储过程,存储函数 8. 表结构相关:Integrity constraints, domain constraints, referential integrity constraints 9. 完整性约束,域名约束,参照完整性约束 5. 数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute, sin gle-valued and multivalued attribute, derived attribute, binary relati on ship set, degree of relati on ship set, mapp ing card in ality, 1-1, 1-m, m-n relati on ship set (one to one, one to many, many to many), participati on, partial or total participati on, weak en tity sets, discrim in ator attributes, specialization and generalization 6. 实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集, 映射基数的程度,1-1,1-米,MN关系集合(一对一,一对多,多对多) ,参与部分或全部参与,弱实体集,分辨符属性,特化和概化 10. 函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition, First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, F

医药行业专业英语词汇词典

医药行业专业英语词汇 词典 集团文件发布号:(9816-UATWW-MWUB-WUNN-INNUL-DQQTY-

FDA和EDQM术语: CLINICAL TRIAL:临床试验 ANIMAL TRIAL:动物试验 ACCELERATED APPROVAL:加速批准 STANDARD DRUG:标准药物 INVESTIGATOR:研究人员;调研人员 PREPARING AND SUBMITTING:起草和申报 SUBMISSION:申报;递交 BENIFIT(S):受益 RISK(S):受害 DRUG PRODUCT:药物产品 DRUG SUBSTANCE:原料药 ESTABLISHED NAME:确定的名称 GENERIC NAME:非专利名称 PROPRIETARY NAME:专有名称; INN(INTERNATIONAL NONPROPRIETARY NAME):国际非专有名称ADVERSE EFFECT:副作用 ADVERSE REACTION:不良反应 PROTOCOL:方案 ARCHIVAL COPY:存档用副本 REVIEW COPY:审查用副本 OFFICIAL COMPENDIUM:法定药典(主要指USP、 NF).

USP(THE UNITED STATES PHARMACOPEIA):美国药典 NF(NATIONAL FORMULARY):(美国)国家处方集 OFFICIAL=PHARMACOPEIAL= COMPENDIAL:药典的;法定的;官方的AGENCY:审理部门(指FDA) IDENTITY:真伪;鉴别;特性 STRENGTH:规格;规格含量(每一剂量单位所含有效成分的量) LABELED AMOUNT:标示量 REGULATORY SPECIFICATION:质量管理规格标准(NDA提供) REGULATORY METHODOLOGY:质量管理方法 REGULATORY METHODS VALIDATION:管理用分析方法的验证 COS/CEP 欧洲药典符合性认证 ICH(International Conference on Harmonization of Technical Requirements for Registration of Pharmaceuticals for Human Use)人用药物注册技术要求国际协调会议 ICH文件分为质量、安全性、有效性和综合学科4类。 质量技术要求文件以Q开头,再以a,b,c,d代表小项: Q1:药品的稳定性 Q2:方法学 Q3:杂质 Q4:药典 Q5:生物技术产品质量 Q6:标准规格

财务术语中英文大全

财务术语中英文大全 1会计与会计理论 会计accounting 决策人Decision Maker 投资人Investor 股东Shareholder 债权人Creditor 财务会计Financial Accounting 管理会计Management Accounting 成本会计Cost Accounting 私业会计Private Accounting 公众会计Public Accounting 注册会计师CPA Certified Public Accountant 国际会计准则委员会IASC 美国注册会计师协会AICPA 财务会计准则委员会FASB 管理会计协会IMA 美国会计学会AAA 税务稽核署IRS 独资企业Proprietorship 合伙人企业Partnership

公司Corporation 会计目标Accounting Objectives 会计假设Accounting Assumptions 会计要素Accounting Elements 会计原则Accounting Principles 会计实务过程Accounting Procedures 财务报表Financial Statements 财务分析Financial Analysis 会计主体假设Separate-entity Assumption 货币计量假设Unit-of-measure Assumption 持续经营假设Continuity(Going-concern) Assumption 会计分期假设Time-period Assumption 资产Asset 负债Liability 业主权益Owner's Equity 收入Revenue 费用Expense 收益Income 亏损Loss 历史成本原则Cost Principle 收入实现原则Revenue Principle 配比原则Matching Principle

(完整版)数据库重要术语(中英文)

单词汇总(数据库专业一点的词汇其实主要就是每章后面review items的内容,在这里简单列一下,如果你实在没时间看书,至少这些单词要认识。): 1.数据库系统:database system(DS),database management system(DBMS) 2.数据库系统(DS),数据库管理系统(DBMS) 3.关系和关系数据库table= relation,column = attribute属性,domain, atomic domain, row= tuple, relational database, relation schema, relation instance, database schema, database instance; 4.表=关系,列=属性属性,域,原子域,排=元组,关系型数据库,关系模式,关系实例,数 据库模式,数据库实例; 1.key们: super key, candidate key, primary key, foreign key, referencing relation, referenced relation; 2.超码,候选码,主码,外码,参照关系,被参照关系 5.关系代数(relational algebra):selection, project, natural join, Cartesian product, set operations, union, intersect, set difference ( except\minus), Rename, assignment, outer join, grouping, tuple relation calculus 6.(关系代数):选择,项目,自然连接,笛卡尔积,集合运算,集,交集,集合差(除\负), 重命名,分配,外连接,分组,元组关系演算 7. sql组成: DDL:数据库模式定义语言,关键字:create DML:数据操纵语言,关键字:Insert、delete、update DCL:数据库控制语言,关键字:grant、remove DQL:数据库查询语言,关键字:select 8. 3.SQL语言:DDL,DML,DCL,QL,sql query structure, aggregate functions, nested subqueries, exists(as an operator), unique(as an operator), scalar subquery, assertion, index(indices), catalogs, authorization, all privileges, granting, revoking, grant option, trigger, stored procedure, stored function 4.SQL语言:DDL,DML,DCL,QL,SQL查询结构,聚合函数,嵌套子查询,存在(如运 营商),独特的(如运营商),标量子查询,断言指数(指数),目录,授权,所有权限,授予,撤销,GRANT OPTION,触发器,存储过程,存储函数 9.表结构相关:Integrity constraints, domain constraints, referential integrity constraints 10.完整性约束,域名约束,参照完整性约束 5.数据库设计(ER 模型):Entity-Relationship data model, ER diagram, composite attribute, single-valued and multivalued attribute, derived attribute,binary relationship set, degree of relationship set, mapping cardinality,1-1, 1-m, m-n relationship set (one to one, one to many, many to many), participation, partial or total participation, weak entity sets, discriminator attributes, specialization and generalization 6.实体关系数据模型,ER图,复合属性,单值和多值属性,派生属性,二元关系集,关系集, 映射基数的程度,1-1,1-米,MN关系集合(一对一,一对多,多对多),参与部分或全部参与,弱实体集,分辨符属性,特化和概化 11.函数依赖理论:functional dependence, normalization, lossless join (or lossless) decomposition, First Normal Form (1NF), the third normal form (3NF), Boyce-codd normal form (BCNF), R satisfies F, F holds on R, Dependency preservation保持依赖, Trivial, closure of a set of functional dependencies函数依赖集的闭包, closure of a set of attributes属性集闭包,

电力术语英文词典3(电气部分)

电力术语英文词典三(电气部分) 1030.发电机 electric generator, generator 1031.发电机组 generator set, generating unit 1032.发电机定子 generator stator 1033.发电机定子引出线 generator stator terminal lead 1034.发电机定子铁芯 generator stator core, stator core of generator 1035.发电机定子绕组 generator stator winding, stator winding of generator 1036.发电机转子 generator stator 1037.双水内冷发电机 dual internal water cooled generator 1038.水-氢-氢冷发电机water-hydrogen-hydrogen cooling generator 1039.空气冷却发电机 air cooled generator 1040.转子护环rotor end –cap 1041.发电机过负荷 generator overload 1042.发电机四角冷却器corner cooler of 1043.发电机风温 air temperature of generator 1044.汽轮发电机无蒸汽运行mini-steam operation of turbo-generator 1045.发电机无励磁运行loss of excitation of generator 1046.柴油发电机 diesel-engine generator 1047.直流发电机 dynamo, direct current generator 1048.调相机 phase modulator, phase modifier 1049.主励磁机main exciter 1050.副励磁机 pilot exciter 1051.备用励磁机 standby exciter 1052.励磁系统 excitation system 1053.整流器rectifier 1054.整流子commutator,collector 1055.石墨电刷 graphite brush 1056.刷握 brush holder 1057.集电环 slip ring, collector ring 1058.电刷接头 brush joint 1059.灭磁开关field suppression switch 1060.汇流环collector ring, collector-shoe gear 1061.主变压器main transformer 1062.升压变压器 step-up transform er 1063.降压变压器 step-down transformer 1064.工作变压器 operating transform er 1065.备用变压器 standby transformer 1066.公用变压器common transformer 1067.三相变压器three-phase transformer 1068.单相变压器 single-phase transformer 1069.带负荷调压变压器 on-load regulating transformer 1070.联络变压器tie-in transformer 1071.启动变压器 starting transformer

财务术语中英文对照大全

财务术语中英文对照大全一、会计与会计理论 会计 accounting 决策人 Decision Maker 投资人 Investor 股东 Shareholder 债权人 Creditor 财务会计 Financial Accounting 管理会计 Management Accounting 成本会计 Cost Accounting 私业会计 Private Accounting 公众会计 Public Accounting 注册会计师 CPA Certified Public Accountant 国际会计准则委员会 IASC 美国注册会计师协会 AICPA 财务会计准则委员会 FASB 管理会计协会 IMA 美国会计学会 AAA 税务稽核署 IRS 独资企业 Proprietorship 合伙人企业 Partnership 公司 Corporation 会计目标 Accounting Objectives 会计假设 Accounting Assumptions 会计要素 Accounting Elements 会计原则 Accounting Principles 会计实务过程 Accounting Procedures 财务报表 Financial Statements 财务分析Financial Analysis 会计主体假设 Separate-entity Assumption 货币计量假设 Unit-of-measure Assumption 持续经营假设 Continuity(Going-concern) Assumption 会计分期假设 Time-period Assumption 资产 Asset 负债 Liability 业主权益 Owner's Equity 收入 Revenue 费用 Expense

常用金融术语(中英对照)

金融 资产组合(Portfolio) :指投资者持有的一组资产。一个资产多元化的投资组合通常会包含股票、债券、货币市场资产、现金以及实物资产如黄金等。 证券投资(Portfolio Investment) :国际收支中、资本帐下的一个项目,反映资本跨国进行证券投资的情况,与直接投资不同,后者涉及在国外设立公司开展业务,直接参与公司的经营管理。证券投资则一般只是被动地持有股票或债券。 投资组合经理(Portfolio Manager):替投资者管理资产组合的人,通常获授权在约定规下自由运用资金。共同基金的投资组合经理负责执行投资策略,将资金投资在各类资产上。 头寸(Position) :就证券投资而言,头寸是指在一项资产上做多(即拥有)或做空(即借入待还)的数量。 总资产收益率(ROTA) :资产收益率是企业净利润与平均资产总额地百分比,也叫资产回报率(ROA),它是用来衡量每单位资产创造多少净利润的指标。其计算公式为:资产收益率=净利润/平均资产总额×100%;该指标越高,表明企业资产利用效果越好,说明企业在增加收入和节约资金使用等方面取得了良好的效果,否则相反。 整批交易(Round Lot Trade) :指按证券和商品在市场最普遍的交易单位(例如100股为一单位)进行的交易。 交易回合(Round Turn):指在同一市场上通过对两种证券或合约一买一卖,或一卖一买的交易两相抵消。通常在计算手续费时会提及交易回合。 缩略语 有资产担保的证券(ABS) 国际外汇交易商协会(ACI) 现货(Actuals) 亚洲开发银行(ADB) 美国预托证券(ADR) 非洲开发银行(AFDB) 年度股东大会(AGM)

9个常用的国外英文论文文献数据库

9个常用的国外英文论文文献数据库9个论文文献数据库,科研搬砖,阅读涨姿势,论文写作小帮手!先说说什么是数据库:学术科研中说的「数据库」和「文献数据库」,往往是一种网站的形式,这个网站的贮存了大量文献数据(比如论文)可以简单的理解为一个网络图书馆。 数据库中的论文往往都是耗费了大量的时间和精力整理出 来的,还有很多是需要购买版权才可以放在互联网上的,再加上维护这个网站本身就耗费颇多,因此这些数据库通常不是完全免费的,你可以在上面免费查找文献,浏览摘要等简介内容,但是如果你要下载文献,就要付钱。 大学因为科研和教学需要,常年要下载大量的论文材料,所以就会和数据库的经营者签订很多协议,例如包年,就是给一定量的钱,然后就可以无限制下载论文。也有按照下载的数量进行计费。那英语作为世界第一学术语言,有哪些数据库是值得大家分享的呢?1、Wiley InterScience(英文文献期刊)Wiley InterScience是John Wiely & Sons公司创建的动态在线内容服务,1997年开始在网上开通。通过InterScience,Wiley 学术期刊集成全文数据库(Academic Search Premier,简称ASP):包括有关生物科学、工商经济、资讯科技、通讯传播、工程、教育、艺术、文学、医药学等领域的七千多种期刊,

其中近四千种全文刊。 学术研究图书馆(Academic Research Library,简称ARL)综合参考及人文社会科学期刊论文数据库,涉及社会科学、人文科学、商业与经济、教育、历史、传播学、法律、军事、文化、科学、医学、艺术、心理学、宗教与神学、社会学等学科,收录2,300多种期刊和报纸,其中全文刊占三分之二,有图像。可检索1971年来的文摘和1986年来的全文。商业信息数据库(ABI/INFORM)ABI即为Abstracts of Business Information的缩写,世界着名商业及经济管理期刊论文数据库,收录有关财会、银行、商业、计算机、经济、能源、工程、环境、金融、国际贸易、保险、法律、管理、市场、税收、电信等主题的1,500多种商业期刊,涉及这些行业的市场、企业文化、企业案例分析、公司新闻和分析、国际贸易与投资、经济状况和预测等方面,其中全文刊超过50%,其余为文摘,有图像。 医学电子期刊全文数据库(ProQuest Medical Library)该数据库收录有220种全文期刊,文献全文以PDF格式或文本加图像格式存储;收录范围包括所有保健专业的期刊,有护理学、儿科学、神经学、药理学、心脏病学、物理治疗及其它方面。 6. BlackwellBlackwell出版公司是世界上最大的期刊出版商之一(总部设在英国伦敦的牛津),以出版国际性期刊为主,

财务术语中英文对照大全

财务术语中英文对照大 全 Company Document number:WUUT-WUUY-WBBGB-BWYTT-1982GT

财务术语中英文对照大全一、会计与会计理论 会计 accounting 决策人 Decision Maker 投资人 Investor 股东 Shareholder 债权人 Creditor 财务会计 Financial Accounting 管理会计 Management Accounting 成本会计 Cost Accounting 私业会计 Private Accounting 公众会计 Public Accounting 注册会计师 CPA Certified Public Accountant 国际会计准则委员会 IASC 美国注册会计师协会 AICPA 财务会计准则委员会 FASB 管理会计协会 IMA 美国会计学会 AAA 税务稽核署 IRS 独资企业 Proprietorship 合伙人企业 Partnership 公司 Corporation 会计目标 Accounting Objectives 会计假设 Accounting Assumptions 会计要素 Accounting Elements 会计原则 Accounting Principles 会计实务过程 Accounting Procedures 财务报表 Financial Statements 财务分析Financial Analysis 会计主体假设 Separate-entity Assumption 货币计量假设 Unit-of-measure Assumption 持续经营假设 Continuity(Going-concern) Assumption 会计分期假设 Time-period Assumption 资产 Asset 负债 Liability 业主权益 Owner's Equity 收入 Revenue

电力术语英文词典5(仪控部分)

电力术语英文词典五(仪控部分) 2038.热电阻thermal resistance 2039.热电偶thermocouple 2040.温度计thermometer 2041.水银温度计mercury thermometer 2042.电阻式温度计resistance thermometer 2043.酒精温度计 alcohol thermometer 2044.双金属温度计 bimetallic thermometer 2045.动圈式显示仪表moving coil indicator 2046.多点温度巡测仪multi-point logger 2047.温度变送器temperature transmitter 2048.温度开关temperature switch 2049.恒温箱thermostat, calorstat 2050.冷端补偿器cold junction compensator 2051.套管插入深度jacket insertion depth 2052.绝对温度 absolute temperature 2053.平均温度 average temperature 2054.冷端温度cold end temperature 2055.临界温度critical temperature 2056.入口温度inlet temperature 2057.出口温度 outlet temperature 2058.表面温度 surface temperature 2059.室内温度indoor temperature 2060.室外温度 outdoor temperature 2061.工作温度 working temperature 2062.环境温度 ambient temperature 2063.壁温 wall temperature 2064.温差temperature difference 2065.玻璃管式压力计 glass tube pressure gauge 2066.活塞式压力表 piston type pressure gauge 2067.膜盒式压力表 bellows-gauge 2068.弹簧管压力表 bourdon tube pressure gauge 2069.电接点压力表 electric contact pressure gauge 2070.霍尔压力变送器hall pressure transmitter 2071.电容式压力变送器capacitance pressure transmitter 2072.扩散硅压力变送器 diffused silicon pressure transmitter 2073.智能压力变送器 smart pressure transmitter 2074.压力开关 pressure switch 2075.绝对压力 absolute pressure 2076.实际压力 actual pressure 2077.工作压力 working pressure 2078.环境压力 ambient pressure 2079.标准大气压力 standard atmosphere

会计术语中英对照

初级会计 初级会计 会计术语名称英文名称 对账(checking) 对应账户(corresponding accounts) 定期清查(Periodic checking method) 定期盘存制(periodic inventory system) 订本式账簿(bound book) 调整账户(adjustment accounts) 调整分录(adjusting journal entry) 单式记账凭证(single account title voucher) 单式记账法(single-entry bookkeeping) 从属账户(Secondary accounts) 成本计算账户(costing accounts) 财产清查(physical inventory) 簿记(bookkeeping) 不定期清查(non-periodic checking method) 补充登记法(correction by extre recording) 表外账户(off-balance sheet accounts) 备抵账户(provision accounts) 备抵附加账户(provision and adjunct accounts) 备查账簿(memorandvn) 序时账簿(book of chronological entry) 一次凭证(single-record document)银行存款日记账(deposit journal) 永续盘存制(perpetual inventory system) 原始凭证(source document) 暂记账户(suspense accounts) 增减记账法(increase-decrease bookkeeping) 债权结算账户(accounts for settlement of claim)债权债务结算账户(accounts for settlement of claim and debt)债务结算账户(accounts for settlement of debt) 账户(account) 账户编号(Account number) 账户对应关系(debit-credit relationship) 账项调整(adjustment of account)

IT常用英文词汇

第一部分、计算机算法常用术语中英对照 Data Structures 基本数据结构 Dictionaries 字典 Priority Queues 堆 Graph Data Structures 图 Set Data Structures 集合 Kd-Trees 线段树 Numerical Problems 数值问题 Solving Linear Equations 线性方程组 Bandwidth Reduction 带宽压缩 Matrix Multiplication 矩阵乘法 Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题 Linear Programming 线性规划 Random Number Generation 随机数生成Factoring and Primality T esting 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题 Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题 Sorting 排序 Searching 查找 Median and Selection 中位数 Generating Permutations 排列生成 Generating Subsets 子集生成 Generating Partitions 划分生成 Generating Graphs 图的生成 Calendrical Calculations 日期 Job Scheduling 工程安排 Satisfiability 可满足性 Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支 Topological Sorting 拓扑排序 Minimum Spanning Tree 最小生成树 Shortest Path 最短路径 Transitive Closure and Reduction 传递闭包Matching 匹配 Eulerian Cycle / Chinese Postman Euler回路/中国邮路 Edge and Vertex Connectivity 割边/割点Network Flow 网络流 Drawing Graphs Nicely 图的描绘 Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入 Graph Problems -- hard 图论-NP问题 Clique 最大团 Independent Set 独立集 Vertex Cover 点覆盖 Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路 Graph Partition 图的划分 Vertex Coloring 点染色 Edge Coloring 边染色 Graph Isomorphism 同构 Steiner Tree Steiner树 Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何 Convex Hull 凸包 Triangulation 三角剖分 Voronoi Diagrams Voronoi图 Nearest Neighbor Search 最近点对查询 Range Search 范围查询 Point Location 位置查询 Intersection Detection 碰撞测试 Bin Packing 装箱问题 Medial-Axis Transformation 中轴变换 Polygon Partitioning 多边形分割 Simplifying Polygons 多边形化简 Shape Similarity 相似多边形 Motion Planning 运动规划 Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和 Set and String Problems 集合与串的问题 Set Cover 集合覆盖 Set Packing 集合配置 String Matching 模式匹配 Approximate String Matching 模糊匹配 Text Compression 压缩 Cryptography 密码 Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归 第二部分、编程词汇

相关文档
相关文档 最新文档