SHOWDB
Syntax: #SHOWDB database-rec
Displays the key-value pairs of the given database record on the screen. If you specify the name of a database variable, you must include the @ character before the name.
SHOWDB Example
#ADDKEY db Name Zugg
#ADDKEY db Race Dwarf
#SHOWDB @db Displays the database record on the screen