In this second of a series of entries on my favorite SQL-related enhancements provided via Db2 12 for z/OS (and “Db2,” versus “DB2,” is officially the new form of the product name), I will describe useful functionality pertaining to result set pagination (my first post in this series covered piece-wise DELETE ). “Result set pagination” refers to retrieval of a query result set in “pages,” with each page including a sub-set of the result set’s rows. A typical …read more
Related Articles
SQL Optimizer for Oracle – a success story
Here's a SQL Optimizer success story! SQL Optimizer for Oracle automates the SQL optimization process and maximizes the performance of our SQL statements. SQL Optimizer analyzes, rewrites, and evalua...
Connection to RDS in Toad for SQL Server
This video by Robert Pound shows how to connect to Amazon Relational Database Service with Toad for SQL Server...
Understand the optimization process used in Quest SQL Optimizer
When writing a SQL statement, it is easy to be satisfied when you have figured out how to get the correct results. This is especially true when you are writing a complicated SQL statement. But in orde...
