Multiple choice technology databases

simple view definition contains functions.....

  1. True

  2. False

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

Simple views in Oracle cannot contain functions, aggregations, GROUP BY, DISTINCT, or joins. Only complex views can use functions. The statement 'simple view definition contains functions' is false.