What is a record Group? What are different types of 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: query record groups, non-query record groups, and static record groups.
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.
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.
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.
|