Please can you help me.

I want to create
a view sorted according to attributes like Oracle, my query is as follows:

Create view V1 as Select Name, First_Name, Age from
People Oredr by Name;

but Monetdb shows me the following error
"CREATE VIEW: ORDER BY not supported."


How should I do to create a sorted view ?.