Commonly used Netezza Utilities

It is very easy to perform the ETL (Extract, Transform and Load) functionalities in Netezza. Netezza supports utilities those can be used to perform the ETL/ELT operations. Below are some…

Continue Reading Commonly used Netezza Utilities

Netezza Date Functions and Examples

This article is about detailed descriptions and examples of the standard Netezza date functions that you can use to manipulate date columns in the Netezza SQL and Netezza stored procedure. In…

Continue Reading Netezza Date Functions and Examples

Netezza Analytic Functions

Netezza analytic functions compute an aggregate value that is based on a group of rows. A Netezza SQL analytic function works on the group of rows and ignores the NULL in the…

Continue Reading Netezza Analytic Functions

Netezza Joins and it’s Algorithms

Netezza joins combines the columns of the reports from the more than one table. SQL JOIN clause is used to combine rows from two or more tables, based on a common…

Continue Reading Netezza Joins and it’s Algorithms