Multiple choice technology Which of the following command to display all database in NPS nzsql -h nzsql -d nzsql -l 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.