For objects such as tables, views, procedures, and functions that already exist in the database, you can view the create script or DDL that was used to create the object.
对于已经存在于数据库中的对象,比如表、视图、存储过程和函数,可以查看用于创建这些对象的创建脚本或DDL。
You can create and delete database objects such as tables, view, stored procedures, and functions using non-modal designers.
可以使用非模态的设计程序创建和删除数据库对象,例如表、视图、存储过程和函数。
In addition to these tables, we are using a view (Figure 5), allowing us to simplify database access for getting a complete service definition.
除了这些表,我们使用一个视图(图5)简化了获取一个完整服务定义的数据库访问。
By using the view abstraction between the application server and the physical database tables, we are able to keep information stored in a persistence table even if the EJB is redeployed.
通过在应用服务器和物理数据库表之间使用视图抽象,即使重新部署EJB,也可以使信息存储在持久性表中。
Because database tables by themselves do not have behavior, it's tempting to put the behavior of domain-model entities in services or the view layer.
因为数据库表本身没有行为,开发人员常常把领域模型实体的行为放在服务或视图层中。
Tables and views within the same database must have distinct names, but creating an index with the same name as either an existing table or view is allowed.
相同数据库中的表和视图必须使用不同的名称,但是允许创建与现有的表或视图同名的索引。
Figure 3 shows a high level view of the query tables needed for this application and how they relate to the physical tables or views in the BPEDB database.
图3显示了一个应用程序所需要的查询表的高级视图,以及如何关联 BPEDB 数据库中的物理表或视图。
Existing XAware BizDrivers are imported into the DSE, letting you connect to and view database catalogs and tables.
现有的XAwareBizDrivers被导入到了DSE中,这使你可以连接并查看数据库及表。
Once connected to the GSDB database, Erik wants to view the row count of selected tables.
连接到GSDB数据库后,Erik想查看选中的表中的行数。
If you create a database named body_parts with the tables and data shown previously, your Catalog view should resemble this.
如果用前面所示的表和数据创建名为body_parts的数据库,则catalog视图应当类似以下内容。
With the Data Studio Developer 1.2 pureQuery outline view described above, you can more easily gain insight into what parts of your application use which tables, columns, or views from the database.
使用上面描述的DataStudioDeveloper 1.2pureQuery大纲视图,可以更加轻松的了解应用程序的哪些部分使用了数据库的哪些表、列或视图。
With the InfoSphere Warehouse data Exploration view you can browse samples of database tables, browse the contents of large text columns, and determine the average length of text strings.
在InfoSphere Warehouse的Data Exploration视图中,可以浏览数据库表的示例、浏览大型文本列的内容和判断文本字符串的平均长度。
The new administrative view SYSIBMADM.ADMINTABCOMPRESSINFO returns a report of compression information for all tables in all schemas of a database.
新的管理视图sysibmadm . ADMINTABCOMPRESSINFO返回关于一个数据库的所有模式中所有表的压缩信息的报告。
Create, view, and edit database objects (such as tables and schemas).
创建、查看和编辑数据库对象(例如表和模式)。
To create the data source and Cloudscape database tables automatically, right click on the HelloWorldServer in the Servers view, and select the create tables and data sources menu item.
为了自动地创建数据源和Cloudscape数据库表,请用鼠标右键单击servers视图中的HelloWorldServer,然后选择Createtablesanddatasources菜单选项。
A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real tables in the database.
视图包含行和列,就像一个真实的表。视图中的字段来自数据库中一个或多个的真实的表。
In the case of the relational database model, the conceptual view of the database is that of a collection of tables consisting of rows and columns.
在关系数据库模型下,数据库的视图是由行和列组成的表的集合。
Views: a view is basically a query stored in the database that can reference one or many tables.
视图:视图基本上就是一个存储在数据库里的查询,它可以用来引用一个或多个表。
Views: a view is basically a query stored in the database that can reference one or many tables.
视图:视图基本上就是一个存储在数据库里的查询,它可以用来引用一个或多个表。
应用推荐