1. The order in which tuples are displayed can be controlled by adding the command AO. (ascending order) or DO. (descending order) to the print command:
| deposit | bname | account# | cname | balance |
| SFU | P.AO. |
2. To sort first by name, and then by balance for those with multiple accounts:
| deposit | bname | account# | cname | balance |
| SFU | P.AO(1). | P.DO(2). |
