Oracle Practice Test - 9

Casual Mode - Take your time!

1 / 23
Correct
0
Incorrect
0
Score
0%
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.
Change Mode