Multiple choice technology databases

This table will have duplicate rows

  1. Volatile Table

  2. Global Temporary table

  3. MultiSet Table

  4. Permanent Table

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

Multiset tables allow duplicate rows by definition. This is in contrast to set tables, which automatically eliminate duplicates. Volatile tables and global temporary tables can be defined as either set or multiset - it's the Multiset table type that specifically permits duplicates.