Multiple choice technology databases

We cannot add SQL functions, WHERE, and JOIN statements to a view

  1. True

  2. False

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

SQL views can include functions, WHERE clauses, and JOIN statements. Views are virtual tables based on the result-set of an SQL statement and can use most SQL features.