Which of the following are different types of record group?

Options
- Query record group
- Non-query record group
- Static record group
- All of above


CORRECT ANSWER : All of above

Discussion Board
Record group

A record group is an oracle forms data structure that has a column/row framework similar to a database table. There are three types of record groups:
1. Query record groups
2. Non-query record groups
3. Static record groups.

1. Query record group: A query record group is a record group that has an associated SELECT statement. Query record groups can be created and modified at design time or at runtime.

2. Non-query record group: A non-query record group is a group that does not have an associated query. Non-query record groups can be created and modified only at runtime.

3. Static record group: A static record group is not associated with a query. Static record groups can be created and modified only at design time.

Prajakta Pandit 02-10-2017 02:30 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement