Multiple choice technology

Which of the below record definition is not stored in the database and is therefore not reuired to be built?

  1. View

  2. Derived/Work Record

  3. SQL Table

  4. Sub record

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

Derived/Work records exist only in memory and are used for temporary storage or calculations. They have no underlying database table and don't need to be built. Views are built as SQL queries, SQL tables store actual data, and sub-records are reusable record definitions that inherit from built tables.