nerdexam
Oracle

1Z0-141 · Question #66

You are developing a form for customers to order tickets to events. There is an Event_Date item in the Tickets block of the form that has an LOV whose record group uses the following query: SELECT…

The correct answer is A. You must define a new LOV for the Choose_Event.Event_Name item that uses a different. See the full explanation below for the reasoning.

Question

You are developing a form for customers to order tickets to events. There is an Event_Date item in the Tickets block of the form that has an LOV whose record group uses the following query:

SELECT event_name, event_date FROM events ORDER BY event_date In the Choose_Event block of the form, you want users to be able to select an event name into an Event_Name item. The event name will be selected from an LOV that is sorted by the name of the event. You do not want to modify either the LOV or the record group at run time. Which statement is true for the LOV and the record group as specified at design time?

Options

  • AYou must define a new LOV for the Choose_Event.Event_Name item that uses a different
  • BYou must define a new LOV for the Choose_Event.Event_Name item, but you can base it on
  • CYou can use the same LOV and record group for the Choose_Event.Event_Name item that
  • DYou can use the same LOV for both items, but you should specify that each item must use a

How the community answered

(19 responses)
  • A
    79% (15)
  • B
    5% (1)
  • C
    11% (2)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-141 Practice