Multiple choice technology databases

Can a query defining the 'view' include the ORDER BY clause?

  1. True

  2. 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.