1) Industrial data base
工业数据库
2) enterprise database
企业数据库
1.
This article analyses the problems in the area of informationization construction in shipbuilding enterprises,and proposes construction requirements,key technologies,research approach for the shipbuilding enterprise database.
分析了造船企业信息化建设方面存在的问题,提出了船舶企业数据库的建库要求、关键技术及研究途径。
3) subject database
专业数据库
1.
The paper describes the online environment including online instruction, online research, instructional repository, and physical education subject database with document and systems analysis methods.
采用文献分析和系统分析的方法,面向体育教学与科研的特点,遵循国内外教育技术的相关标准,提出了具有网络教学、网络科研、教学资源库和专业数据库相结合的平台化网络支撑环境的总体结构。
4) Agricultural database
农业数据库
1.
The author dilated upon the development,characteristic of Ovid system,and expatiated on the retrieval methods,tools and technique of the biologic database and agricultural database of Ovid system.
笔者详细的介绍了Ovid发展、特点 ,并且对基于Ovid平台的生物、农业数据库主要检索方法、检索工具、检索技巧等作了详尽的阐
2.
A comparative study on three main agricultural databases was be made.
对美国银盘公司检索系统webspirs下的三大农业数据库 ,CABI、AGRICOLA和AGRIS进行比较研究发现 :三个数据库在文献收录数量 ,收录内容和语种等方面存在显著差异。
5) professional database
专业数据库
1.
At last,it provided some suggestions for our country s professional database,such as strengthen research,cooperation,improving the management system,so as to accelerate the development of business database.
首先对比国内外法学数据库的不同,在总结国外数据库特点的基础上,分析国内专业数据库建设存在的问题,提出我国专业数据库服建设应实施加大研发力度、强强联合、完善管理体制、加快商情数据库开发的发展策略。
6) Database industry
数据库产业
1.
This paper analyzes the status of database industrialization in our database industry and puts forward some measure to advance the development.
数据库产业化,是指数据库信息资源的开发和利用通过商品化、市场化、规模化达到实用并获利的一种过程。
2.
The current status and developing trends of database industry are discussed.
阐述了网络时代图书馆资源观的变化 ,提出了图书馆信息资源建设所面临的新任务和应采取的策略 ,分析了数据库产业的现状和发展趋势 ,并对开发特色文献数据库提出了建
3.
Through analyzing the concepts of commercial database industry, this paper introduces the present developing situation and opportunity of Chinese commercial database industry, and advances several suggestions on the future development of Chinese database industry.
通过对商用数据库产业概念的分析,介绍了中国商业数据库产业发展现状及机遇,对我国数据库产业的进一步发展提出了若干建议。
补充资料:ACCESS数据库
什么是Access数据库 数据库是有结构的数据集合,它与一般的数据文件不同,(其中的数据是无结构的)是一串文字或数字流。数据库中的数据可以是文字、图象、声音等。 MicrosoftAccess是一种关系式数据库,关系式数据库由一系列表组成,表又由一系列行和列组成,每一行是一个记录,每一列是一个字段,每个字段有一个字段名,字段名在一个表中不能重复。图1是一个“产品”表的例子。“产品”表由10个记录组成,一个记录占一行,每一个记录由产品ID、产品名称、库存量、订货量、单价和折扣率6个字段组成。“产品ID”是字段名,其下面的1,2等是字段的值。 表与表之间可以建立关系(或称关联,连接),以便查询相关联的信息。Access数据库以文件形式保存,文件的扩展名是DB。 Access97的6种对象 Access97数据库由六种对象组成,它们是表、查询、窗体、报表、宏和模块。 表(Table)——表是数据库的基本对象,是创建其他5种对象的基础。表由记录组成,记录由字段组成,表用来存贮数据库的数据,故又称数据表。 查询(Query)——查询可以按索引快速查找到需要的记录,按要求筛选记录并能连接若干个表的字段组成新表。 窗体(Form)——窗体提供了一种方便的浏览、输入及更改数据的窗口。还可以创建子窗体显示相关联的表的内容。窗体也称表单。 报表(Report)——报表的功能是将数据库中的数据分类汇总,然后打印出来,以便分析。 宏(Macro)——宏相当于DOS中的批处理,用来自动执行一系列操作。Access列出了一些常用的操作供用户选择,使用起来十分方便。 模块(Module)——模块的功能与宏类似,但它定义的操作比宏更精细和复杂,用户可以根据自己的需要编写程序。模块使用VisualBasic编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条