Multiple choice technology databases

'ORDER BY' clause can be used in the creation of a view..?

  1. True

  2. False

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

ORDER BY can be used in view creation in most databases (Oracle, PostgreSQL, etc.) to specify the default presentation order when querying the view, though some databases like SQL Server restrict it.