Once the database is created, the script will list all the tables in the database.
创建了数据库后,该脚本将列出数据库中的所有表。
The logic behind such a backup script is quite simple: obtain a list of tables from the database, iterate over this list and use commands such as DESC?
这类备份脚本背后的逻辑很简单:从数据库取得一个表列表,迭代此列表并使用如DESC ?
Do you need the database catalog tables to be listed along with other tables in the list?
是否需要同时列出数据库编目表?
The SQL command to obtain this list varies from database to database, The script in Listing 18 uses MySQL's SHOW TABLES command, but this is not portable across different RDBMS.
获取此列表的SQL命令随数据库的不同而有所不同,清单18中的脚本使用MySQL的SHOWTABLES 命令,但是这并不能在不同的 RDBMS 之间移植。
From the target Tables list, expand the database user or schema you want to use and select the target table from the list.
在TargetTables列表中,展开要使用的数据库用户或模式并选择目标表。
The select button provided beside Name will show a list of database objects, in this case a list of tables from the selected database.
Name旁边提供的Select按钮将显示数据库对象的列表,在本例中为来自所选数据库的表列表。
Expand the database user or schema in the source tables list to show the tables in the source database.
在SourceTables列表中展开数据库用户或模式,显示源数据库中的表。
Try connecting to the database and list the tables.
尝试连接到数据库并列出表格。
The query syntax is object oriented and there is no concept of tables, indices, or other typical relational-database concepts. For example, the following query returns all StockBean objects in a list.
查询语法是面向对象的,并且没有了表、索引或其他典型的对象关系型数据库的概念。
The tables of a relational database are not hierarchical (like XML), but are simply a flat list.
关系型数据库的表并非像XML一样的分级结构,只是一个简单的二维列表。
You will then see either a list of tables already inside that database or a screen that says no tables exist. This depends on your setup.
接着你会看到数据库中已经有一列表格或者看到一个界面显示不存在表格。这取决于你的设置。
Tables, Rows, Columns a relational database collects common, or related, data in a single list.
表,行,列关系数据库搜集常见,或相关,在一个列表中地数据。
Tables, Rows, ColumnsA relational database collects common, or related, data in a single list.
表,行,列关系数据库收集常见,或相关,在一个列表中的数据。
For example, you can see a list of the database's tables, and you can add a table to the database.
例如,检视资料库资料表的清单,也可以将资料表加入资料库中。
By supplying a DSN entry, it will attempt to connect to that database and list all the tables in it.
通过提供一个DSN入口,它可以连接到那个数据库,列出内部的表名。
By supplying a DSN entry, it will attempt to connect to that database and list all the tables in it.
通过提供一个DSN入口,它可以连接到那个数据库,列出内部的表名。
应用推荐