Multiple choice

Which of the following are different types of record group?

  1. Query record group

  2. Non-query record group

  3. Static record group

  4. All of above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Oracle Forms supports three types of record groups: query record groups (populated by SQL queries), non-query record groups (created programmatically), and static record groups (created at design time). Option D correctly lists all three types. Each type serves different purposes - query for database data, non-query for dynamic data, static for fixed values.