1- The manager of the Savers Bank is willing to cluster their customer using the following criteria: • The amount of the
Posted: Thu Jun 02, 2022 8:32 am
statement on SAVINGS_TRANS table. Obtain the amount using INVESTMEN column of the same table. b. Join M_CUSTOMERS and M_CREDIT_CARDS and get necessary columns. c. Join the two seperate tables in step a and step b using subqueries.
1- The manager of the Savers Bank is willing to cluster their customer using the following criteria: • The amount of the last transaction on the savings account • City • CVV To this end develop your SQL code using the three following steps a. Find the date of the last transaction for each customer using GROUP BY