Let's say that I have a company with items, each stored in a database with a unique ID as a primary key. In addition to that, I also have a database of customers. I want to store orders from customers ...
PROC SQL allows you to specify the ORDER BY clause in the CREATE VIEW statement. Every time a view is accessed, its data are sorted and displayed as specified by the ORDER BY clause. This sorting on ...