I want to get account related information by using Relational Algebra based on the descending order of the balance
attribute.
Table:
Account (id, account_number, branch_name, balance)
How to get ORDER BY clause representation in Relational Algebra?