Multiple choice technology databases

In NPS, 'nzsql -d' will list all the databases

  1. True

  2. False

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

The nzsql -d flag specifies which database to connect to (requires a database name as argument), it does not list databases. To list all databases in nzsql, use the \l command once inside an nzsql session, not the -d command-line flag.