Display Year and total number of payments done in that year
Display year ,total number of bills , sum of amount, average of amount against each year
Display month ,total number of bills , sum of amount, average of amount against each month
Modify Above query to show Year-Month in place of Year
Modify above query to show Year-Month-M1 and Year-Month-M2 format, here sale date from 1st to 15th of the month is M1 and from 16th to rest of the days of the month is M2
Display total number of bills, sum of amount, average of amount against each financial year. Financial year starts from 1st April and ends on 31st March. It is displayed as 2014-2015
Modify the above query to show Financial year starting from 1st October to 30th September
Financial year starting from 1st July to 30th June
Passionate about coding and teaching, I publish practical tutorials on PHP, Python,
JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and
project‑oriented with real examples and source code.