Multiple choice technology programming languages

In Proc SQL, Index can be created on tables and views. State whether the statement is true or false. Also classify the index types in Proc SQL?

  1. True, Simple and Complex

  2. False, Simple and Composite

  3. True, Simple and Composite

  4. False, Simple and Complex

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

PROC SQL can create indexes only on tables, NOT on views. Indexes in PROC SQL are classified as Simple (one column) or Composite (multiple columns). Therefore, the statement about views is False, making option B correct.