Each row in the SYSMVOPTIONNAME system view contains the name of an option defined in the SYSMVOPTION system view. The underlying system table for this view is ISYSMVOPTIONNAME.
Column name | Column type | Column constraint |
---|---|---|
option_id | UNSIGNED INT | NOT NULL |
option_name | CHAR(128) | NOT NULL |
option_id A number uniquely identifying the option in the database.
option_name The name of the option.
PRIMARY KEY (option_id)