InterviewSolution
Saved Bookmarks
| 1. |
What Is The Advantage Of Defining Implicit Records? |
|
Answer» Implicit RECORDS are USEFUL as there is no hard-code DESCRIPTION NEEDED. As they are based on a database table record, any change in the database table record will be automatically REFLECTED in the record. Implicit records are useful as there is no hard-code description needed. As they are based on a database table record, any change in the database table record will be automatically reflected in the record. |
|