Multiple choice technology platforms and products

Which of the following record definition is not required to be built?

  1. SQL View

  2. Sub Record

  3. SQL Table

  4. Work Record

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

Work Records are in-memory structures used for temporary data storage and processing within PeopleSoft applications. Unlike SQL Tables, SQL Views, and Sub Records which must be built/created in the database, Work Records exist only at runtime and do not require any database build process or physical database objects.