A multi-part SQL coding problem. Based on reports, it involves implementing database-like query operations in code, covering: (1) GET and SET operations, (2) WHERE clause filtering, and (3) ORDER BY sorting. Only string-type values are involved. The problem is reportedly well-known on…