How would you make a dropdown list in Excel?
Return the valid option labels that should populate the dropdown, then describe how the resulting list would be connected to Excel Data Validation.
option_label and display_orderdisplay_order ascending, then option_label ascending| Column | Type | Description |
|---|---|---|
| option_idPK | INT | Unique identifier for the dropdown option |
| option_label | VARCHAR(100) | Text displayed as a dropdown choice |
| display_order | INT | Preferred position in the dropdown list |
| is_active | BOOLEAN | Whether the option is currently available |