关于数据库外文翻译2篇
《关于数据库外文翻译2篇》由会员分享,可在线阅读,更多相关《关于数据库外文翻译2篇(25页珍藏版)》请在毕设资料网上搜索。
1、重庆理工 大学 2013 届本科生毕业设计 (论文 )外文文献翻译 1 原文: Structure of the Relational database Database System Concepts Part1: Relational Databases The relational model is the basis for any relational database management system (RDBMS).A relational model has three core components: a collection of objects or relations
2、, operators that act on the objects or relations, and data integrity methods. In other words, it has a place to store the data, a way to create and retrieve the data, and a way to make sure that the data is logically consistent. A relational database uses relations, or two -dimensional tables, to st
3、ore the information needed to support a business. Lets go over the basic components of a traditional relational database system and look at how a relational database is designed. Once you have a solid understanding of what rows, columns, tables, and relationships are, youll be well on your way to le
4、veraging the power of a relational database. Tables, Row, and Columns A table in a relational database, alternatively known as a relation, is a two-dimensional structure used to hold related information. A database consists of one or more related tables. Note: Dont confuse a relation with relationsh
5、ips. A relation is essentially a table, and a relationship is a way to correlate, join, or associate two tables. A row in a table is a collection or instance of one thing, such as one employee or one line item on an invoice. A column contains all the information of a single type, and the piece of da
6、ta at the intersection of a row and a column, a field, is the smallest piece of information that can be retrieved with the databases query language. For example, a table with information about employees might have a column called 重庆理工 大学 2013 届本科生毕业设计 (论文 )外文文献翻译 2 LAST_NAME that contains all of the
7、 employees last names. Data is retrieved from a table by filtering on both the row and the column. Primary Keys, Datatypes, and Foreign Keys The examples throughout this article will focus on the hypothetical work of Scott Smith, database developer and entrepreneur. He just started a new widget comp
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 关于 数据库 外文 翻译
