📚 Practice Mode
Oracle Practice Test - 9
Learn at your own pace with hints and detailed explanations
1 / 23
Multiple Choice
How can the users be enabled to add a single value to a list item?
- Set the List Style property to combo box. From the When-List-Activated trigger, call the Add_List_Element built-in.
- Set the List Style property to Tlist. From the When-List-Activated trigger, call the Populate_List built-in.
- Set the List Style property to poplist. From the When-List-Activated trigger, call the Add_List_Element built-in.
- Set the List Style property to combo box. From the When-List-Changed trigger, call the Add_List_Element built-in.