What is a record Group? What are different types of record group?

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.
Explain the security features in Oracle
Data abstraction has been achieved in Oracle by separating the client and the server side logic...
What are roles? How can we implement roles?
A role is a set or group of privileges that can be granted to users or another role....
What is user Account in Oracle database?
A user account is a schema which is used to store database objects, applications, and components.....
Post your comment