DB2 12 for z/OS, which became generally available in October of 2016, delivered a number of key enhancements pertaining to SQL statements. Over the course of a few blog entries, I’ll describe some of my favorites among these enhancements. This first post in the series will cover piece-wise DELETE. First, the backdrop: suppose you have a need to remove a large number of rows from a table, using SQL (I say, “using SQL,” because a utility-based alternative, REORG with DISCARD, is not always …read more
Related Articles
Using Toad for SQL Server with SQL Database on Azure
Azure SQL Database is a fully managed cloud database service. Azure SQL Database auto-tunes database performance and security to a user’s database patterns. Database performance is optimized based on...
Toad Data Point – How to build a query in Toad Data Point Query Builder
The Query Builder enables you to create a query without writing or editing SQL statements. Even if you are familiar with SQL, the graphical interface makes it easier to create relationships and visual...
Twitter Analytics using Python – Part 3
This is my third (of five) post on using Python to process Twitter data. Check out my all the posts in the series. In this post I'll have a quick look at how to save the tweets you have download. By ...
