Exit 1Z0-750 Oracle Application Express 18: Developing Web Applications
Question 3 of 5
0% complete
Q3 Single choice

Which is true about the Button Name attribute?

  • A

    When the page is submitted by clicking the button, the value of REQUEST is set to the button name.

  • B

    The button name is a unique identifier on a page. No other buttons or page items on the page can have the same name.

  • C

    The button name defines what database action is done on page submit.

  • D

    The button name serves as a static ID, which is useful when developing custom JavaScript functionality for the button.