Multiple choice technology

Which of the following command to display all database in NPS

  1. nzsql -h

  2. nzsql -d

  3. nzsql -l

  4. None of the above

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

The nzsql -l command lists all databases available on the Netezza Performance Server. The -l flag stands for 'list'. Option A (-h) typically shows help, and Option B (-d) specifies a database name to connect to.