Multiple choice technology

\ds lists

  1. Synonyms

  2. Sequences

  3. System tables

  4. None of the above

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

The \ds meta-command in nzsql lists all sequences in the current database. Sequences are database objects used to generate unique numeric values, typically for auto-incrementing primary keys. This is different from \dt for tables or \dn for synonyms.