Multiple choice technology databases In NPS, 'nzsql -d' will list all the databases True 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.