Multiple choice

Which of the following statements is correct with regard to Query Record Group?

  1. The Record Group is associated with a query.

  2. The Record Group can be created only at run time.

  3. The Record Group can be created and modified only at design time.

  4. The Record Group can be created and modified at design time or at run time.

  5. The query associated with this Record Group can be defined only at design time.

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

A Query Record Group is specifically defined by its association with a query. This is its fundamental characteristic - it's created based on a SQL query and populated with the query's result set. Other record group types exist (static, non-query), but the defining feature of a Query Record Group is this query association.