Multiple choice technology databases We cannot add SQL functions, WHERE, and JOIN statements to a view True 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.