Company: Phonepe ML engineer_19april
Difficulty: medium
You are given three tables: Clients , Investment_Products , and Investments , representing the details of an investment company. Task Write [unclear] to find the clients who have inves[unclear] available investment products. Sort the output alphabetically by the client's name. Table description Input format Table: Clients Name Type Description client_id Integer Represents the unique ID of the client client_name Varchar [unclear]presents the name of the client client_type Varchar [unclear]Represents the type of cli[unclear] date_of_birth Date Represents the dat[unclear] or birth of the client address Varchar Represents the client's address net_worth Float Represents the client's net worth Table: Investment_Products Name Type Description [unclear] [unclear] [unclear] interest_rate Float Represents the interest rate Table: Investments Name Type Description investment_id Integer Represents the uniqu[unclear] investment client_id Integer Represents [unclear] unique ID of the client product_