Oracle Application Express 5: Developing Web Applications — Question 33

Which is true about the Button Name attribute?

Answer options

Correct answer: A

Explanation

The correct answer is A because when a button is clicked, its name is sent as part of the REQUEST variable to the server. Option B is incorrect as multiple buttons can have the same name; C is wrong because the button name does not inherently define the database action; D is misleading as the button name is not solely a static ID but serves a different purpose in context.