Netezza Fuzzy String search Functions and Examples

If you ever wondered how to verify how similar or different strings are. The Netezza SQL language supports two Netezza fuzzy string search functions:  Levenshtein Edit Distance and Damerau-Levenshtein Edit…

Continue Reading Netezza Fuzzy String search Functions and Examples

Netezza Unique Key Constraint and Syntax

Netezza nzsql supports SQL-92 standard. Netezza data warehouse appliance supports referential integrity such as Netezza unique key, primary key, and foreign keys as part of SQL-92 standard requirement. You can create…

Continue Reading Netezza Unique Key Constraint and Syntax

Netezza Foreign Key Constraint and Syntax

Netezza nzsql supports SQL-92 standard. Netezza data warehouse appliance supports referential integrity such as Netezza foreign key, primary key, and unique keys as part of SQL-92 standard requirement. You can…

Continue Reading Netezza Foreign Key Constraint and Syntax

Netezza Backup and Restore: Best Practices

In this post you will learn about Netezza backup and restore data. It provides general information on backup and restore methods available with Netezza system. Netezza Backup and Restore Overview…

Continue Reading Netezza Backup and Restore: Best Practices

Netezza Pad Zero with Working Example

Netezza pad zero functions are string functions used to remove or add the string to beginning or end of the expression. An expression could be column values. There are two pad…

Continue Reading Netezza Pad Zero with Working Example

Netezza Export Table Data to CSV format

You can export the Netezza table in many ways. Netezza export table is done using either Netezza external table or Netezza nzsql commands. Use of Netezza external table is fastest…

Continue Reading Netezza Export Table Data to CSV format

Netezza Temporary Tables and Examples

Like any other database, Netezza also supports temp or temporary tables. There are three types of Netezza temporary tables; all of them have advantage over traditional temporary tables. Netezza Temporary…

Continue Reading Netezza Temporary Tables and Examples

Netezza ROWNUM Pseudo Column Alternative

If you are coming from Oracle database background, you will find it difficult in Netezza without ROWNUM pseudo column. The one possible solution to this is ROW_NUMBER() analytical function as…

Continue Reading Netezza ROWNUM Pseudo Column Alternative