各位高手救救我吧,我急需找到问题的答案,越快越好,谢谢帮忙!

来源:百度知道 编辑:UC知道 时间:2024/05/19 01:44:21
我的问题是关于计算机英语的,请你们按照我的英语格式帮我翻译一下!
Database Objects of SQL Server
Database objects can be anything from tables to small pieces of code that can be used to perform application functions in the database.
1. Tables
A table is simply a database object made up of columns and rows that can be used to store data. A database can contain as many as two billion tables with as many as 1,024 columns per table. The only limiting factor to the number of rows in the database is the amount of disk space that you have to allocate to that database. The maximum row length in an SQL Server table is 8,060 bytes long. Each column in the table will contain data only of a specific datatype. SQL Server supports two different types of tables—permanent and temporary.
Permanent tables are created in the database and remain there until they are dropped. Normally, these tables are used to store permanent data, such as anything that is created by your users. These tables are created in the

这个找翻译公司也要人民币50呢,想得美!

想得美

SQL服务器数据库对象
数据库对象可以是任何从桌到在数据库可以用于执行应用作用的小代码部分。
1. 表
桌简单地是数据库对象可以用于存放数据的由专栏和列做成。 数据库可能包含多达二十亿张桌与多达每张桌1,024个专栏。 唯一的限制因素到行数在数据库是您必须分配到那个数据库的相当数量磁盘空间。 最大列长度在SQL服务器桌里长期是8,060个字节。 每个专栏在桌里将包含仅数据一具体datatype。 SQL服务器支持二个不同类型的桌永久和临时。
永久桌在数据库被创造并且保持那里,直到他们投下。 通常,这些桌用于存放永久数据,例如是由您的用户创造的任何。 这些桌在您指定的数据库被创造。
桌的另一个类型是临时储藏空间。 这些桌由对临时储藏空间的用户申请通常创造。 临时表的二个类型存在。 一个是地方临时表。 这些桌是由一名用户仅创造的和容易接近由那名用户。 临时表的另一个类型是一个全球性临时表。 这些桌是由一名用户创造的然后容易接近由是在系统的所有用户。 一个地方临时表投下,当创造它的用户注销在系统外面。 一个全球性临时表投下,当创造桌的用户注销在系统外面和参考它注销的所有其他用户。 临时表在tempdb数据库被创造。 他们创造以#为地方临时表前缀和# #为全球性临时表。