Management methods traditional book has some disadvantages, such as the need for more staff, heavy workload, the management information stored query inconvenient.
传统图书管理方式存在一些弊端,比如需要人员较多,工作量很大,管理资料保存查询不方便等。
Using a stored procedure as query subject input has the advantage that no unnecessary tables or views are created in the database.
使用存储过程作为查询主题输入有一个好处,那就是不需要在数据库中创建不必要的表或视图。
Query data is transient data being sent through a system, derived from data that's stored safely within the system.
查询数据是通过系统发送的临时数据,派生自安全存储在系统中的数据。
The database structure needs to hold the survey results and then enable you to query and report on the data that has been stored.
数据库结构需要能够保存问卷调查的结果,然后允许您对所存储的数据进行查询和报告。
Like a stored table, the result of a relational query is flat, regular, and homogeneous.
与所存储的表一样,该关系查询的结果也是平面的、规则的、同构的。
The resulting deployed staff query is stored in the Business Process Choreographer database and is available at run time.
最终部署的人员查询存储在业务流程编排数据库中,并可在运行时使用。
Before automatic statistics profiling is activated, a query feedback warehouse must be created by running the SYSINSTALLOBJECTS stored procedure.
在触发自动统计信息配置之前,必须通过运行sysinstallobjects存储过程创建查询反馈仓库。
When automatic statistics profiling is enabled, information about database activity is collected and stored in a query feedback warehouse.
当启用自动统计信息配置时,数据库活动的有关信息被收集并存储在查询反馈仓库中。
Finally, the article shows you how to query against the XML form data that gets stored in DB2.
最后,本文将向您展示如何对存储在DB 2中的XML表格数据进行查询。
Now that you have stored data in the CARPOOLINFO table, you are ready to query it.
至此,已经将数据存储在carpoolinfo表中,现在可以查询这个表。
XML tasks: Develop XML query and stored procedures; design XML warehouse.
XML任务:开发XML查询与存储过程;设计XML数据仓库。
To query stored XML and relational data together in a straightforward way
以简单的方式同时查询存储的XML和关系数据
This query uses grouping to determine every distinct server stored in the Url column of the UrlTable table.
此查询使用分组来确定存储在UrlTable表的Url列中的每个不同的服务器。
Database tables, views, and stored procedures can be added to a Cognos package as query subjects.
可以将数据库表、视图和存储过程作为查询主题添加到Cognos包中。
Since all query log data is stored in a Cloudscape database, the ESAdmin web application needs to obtain the specified data from the Cloudscape database through SQL requests.
由于所有的查询日志数据存储在Cloudscape数据库中,ESAdminweb应用程序需要通过SQL请求从Cloudscape数据库中获得特定数据。
The services allow users to query and modify XML data stored in the pureXML column through REST or SOAP.
这些服务允许用户通过REST或SOAP查询和修改储存在purexml列中的XML数据。
This method of generating the explain data is very useful when debugging a static query whose packages are stored in the catalog tables.
这种生成explain数据的方法对于调试一个将包存储在目录表中的静态查询是很有用的。
With pureXML, you can efficiently store, control, query, and update XML data alongside relational data stored in the same table or database.
使用pureXML,您可以有效地存储、控制、查询、更新XML数据以及存储在同一个表格和数据库中的关系数据。
The WebSphere MQ functions can be invoked anywhere a function can be used: values clause, projection list, query filters, stored procedures, and triggers.
WebSpheremq函数可以在任何可使用函数的地方进行调用:值子句、投影列表、查询过滤器、存储过程和触发器。
Note, in order to execute the RUNSTATS recommendations from Query Tuner, the SYSPROC.DSNUTILU stored procedure needs to be available and operative on the server side.
请注意,为了在QueryTuner中执行RUNSTATS建议,SYSPROC. DSNUTILU存储过程要在服务器端可运行。
The SQL query USES the stored procedures to create one XML listing element per row of data returned, passing in null as the column to obtain its value from because its value is its subelements.
SQL查询使用存储过程为每行返回数据创建一个xml列表元素,同时传递null作为列以获取值,因为它的值就是它的子元素。
In short, you've learned a few ways to use XQuery to query XML data stored in DB2.
简言之,您已经学会了使用XQuery查询存储在DB 2中的XML数据的几种方法。
It provides wizard-driven programming approaches; query and stored procedure development; and drag-and-drop capabilities, creating web services that do not require coding.
它提供了向导驱动的编程方法;查询与存储过程开发;以及拖拽功能,这样在创建web服务时不需要编写代码。
It defines how the data returned by the query activity will be transformed before it will be stored in the variable EBS11iAccounts.
它定义了查询活动返回的数据,以及如何在储存在变量ebs11iaccounts前进行转换。
It is often used outside of any relational databases to query XML data, which may be stored in text files.
XQuery常用于在关系数据库外查询XML数据,这些数据可能存储在文本文件中。
Similarly, when a DB read or update is performed, a SQL query result is stored in the $dbResult variable, which is also a global-scoped variable.
同样,在执行数据库读或更新时,将一个SQL查询结果存储在 $dbResult变量中,这也是一个全局变量。
The number of items in the list is stored there redundantly in order to get this information without the need to query the entire AllUserData table where all SharePoint list items are stored.
在列表中数据项的数量会被冗余地存储在这,以便无需查询整个AllUserData数据表(所有的SharePoint列表项目都保存在这里)就可获得这个信息。
For example, ODS enables the creation and deployment of a web service from a query or stored procedure using drag-and-drop features.
例如,ODS支持使用拖放功能,通过查询或者存储过程来创建或部署web服务。
The sequence I follow when performing reads is to take a request (that requires a database query) from the Web tier and check the cache for previously stored results of that query.
我执行读取操作的顺序是从web层获取请求(需要执行一次数据库查询)并检查之前在缓存中存储的查询结果。
MongoDB query results are stored in cursors that provide a range of functions for filtering, aggregation, and sorting including limit(), skip(), sort(), count(), distinct() and group().
MongoDB查询结果存储在提供过滤、聚合和排序等一系列功能的游标中,包括limit()、skip()、sort()、count()、distinct() 和group()。
应用推荐