Multiple choice technology packaged enterprise solutions

Which one of the following is an example of a private table?

  1. Custom Table

  2. Intersect Table

  3. Interface Table

  4. Data Table

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

In database table classification, a Custom Table is a private table created and owned by a specific user or application, not shared across the system. Intersect tables handle many-to-many relationships, Interface tables facilitate data exchange, and Data tables are general-purpose shared tables.

AI explanation

A private (custom) table is one created by an implementer for site-specific extensions rather than shipped as part of the base application schema, which is exactly what a Custom Table is. Interface tables and intersect/data tables are predefined structures used for integration or standard data storage, not customer-created private tables.