Adding the missing months for customers Question Shubham Tandon 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 in progress 2 SQL 55 years 0 Answers 627 views Newbie