Multiple choice technology databases

In NPS, in 'nzsql' the command to list a user's permission is.

  1. \du

  2. \dpu

  3. \dt

  4. \d

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

In nzsql, \dpu (display permissions for users) shows user permissions. Other options serve different purposes: \du lists users (PostgreSQL-style), \dt lists tables, and \d describes database objects. Only \dpu specifically displays permission information.