Multiple choice technology databases

SET clause in CREATE statement allows duplicate rows whereas MULTISET will not

  1. True

  2. False

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

In Teradata, the SET keyword in CREATE TABLE/CREATE SET eliminates duplicate rows, enforcing uniqueness. MULTISET allows duplicate rows. The question claims the opposite, so the statement is false. SET = unique rows only, MULTISET = duplicates allowed.