You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFM Analysis for customer segemntation, to categorize the customers based on resency, frequency and monetary.
by using analytical SQL functions, the main functions used are window functions and CTE method.
About
RFM Analysis for customer segemntation, to categorize the customers based on resency, frequency and monetary. by using analytical SQL functions and common table expression(CTE).