Hey guys, I need help with an assignment i was given at school, here is the description. "Develop a query that will identify and mark for deletion those customers that have bills overdue by more than 14 days (you may need a series of SQL statements to accomplish this, but it usually can be done using a sub-query). Remember, you are only marking a customer as inactive, not actually deleting the customer record from the system."
I am still very new to SQL so I'm not sure how to start this off.
Any help is greatly appreciated.