Multiple choice technology databases Can a query defining the 'view' include the ORDER BY clause? True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation Views can include ORDER BY clause in their definition. The ORDER BY is a valid clause in CREATE VIEW statements to sort the result set, though some databases may ignore it unless used with TOP/LIMIT.