Share
Adding the missing months for customers
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Q: We have a CUSTOMER table having columns as Cust_ID, Month, Sales_value. Write a SQL query to add the missing months
for each customer and to have sales value = 0, corresponding to those missing months which are added
Leave an answer