Multiple choice technology

Select the following ENV variables to connect Netezza database

  1. NTZ_HOST, NTZ_DATABASE, NTZ_USER, NTZ_PASSWORD

  2. NTZ_HOST, NTZ_DATABASE, NTZ_USER, NTZ_PASSD

  3. NZ_HOST, NZ_DATABASE, NZ_USER, NZ_PASSWORD

  4. NZ_HOST, NZ_DATABASE, NZ_USER, NZ_PASSWD

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The correct environment variables for Netezza database connections use the NZ_ prefix with PASSWORD (not PASSD or PASSWD). Option C has the correct variable names: NZ_HOST, NZ_DATABASE, NZ_USER, NZ_PASSWORD. Options A and B incorrectly use NTZ_ prefix, and option D uses NZ_PASSWD instead of NZ_PASSWORD.