As a support representative, I need to retrieve all cases associated with accounts whose name starts with "Ram" so that I can provide timely and efficient support to our customers.
SELECT Id, Subject, Account.Name FROM Case WHERE Account.Name LIKE 'Bank%'