📚 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?

  1. Set the List Style property to combo box. From the When-List-Activated trigger, call the Add_List_Element built-in.
  2. Set the List Style property to Tlist. From the When-List-Activated trigger, call the Populate_List built-in.
  3. Set the List Style property to poplist. From the When-List-Activated trigger, call the Add_List_Element built-in.
  4. Set the List Style property to combo box. From the When-List-Changed trigger, call the Add_List_Element built-in.